From a09e85ff110f5da422ce7e75b3f548f78b170065 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Fri, 17 Dec 2021 00:21:23 +0000 Subject: [PATCH] docs/Releases: note to remember to delete disabled arguments --- docs/Releases.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Releases.md b/docs/Releases.md index 74e0c70127..b284b74f53 100644 --- a/docs/Releases.md +++ b/docs/Releases.md @@ -25,7 +25,8 @@ If this is a major or minor release (e.g. X.0.0 or X.Y.0) then there are a few m 1. Before creating the tag you should delete any `odisabled` code, make any `odeprecated` code `odisabled`, uncomment any `# odeprecated` code and add - any new `odeprecations` that are desired. + any new `odeprecations` that are desired. Also delete any command argument + definitions that pass `replacement: ...`. 2. Write up a release notes blog post to e.g. [brew.sh#319](https://github.com/Homebrew/brew.sh/pull/319). This should use the output from `brew release [--major|--minor]` as input but