docs/Releases: note to remember to delete disabled arguments

This commit is contained in:
Bo Anderson 2021-12-17 00:21:23 +00:00
parent 6e37c67fba
commit a09e85ff11
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -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 1. Before creating the tag you should delete any `odisabled` code, make any
`odeprecated` code `odisabled`, uncomment any `# odeprecated` code and add `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 <https://brew.sh> 2. Write up a release notes blog post to <https://brew.sh>
e.g. [brew.sh#319](https://github.com/Homebrew/brew.sh/pull/319). 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 This should use the output from `brew release [--major|--minor]` as input but