Small releasing docs cleanup

This commit is contained in:
Sam Coe 2020-10-28 11:20:45 +03:00
parent edecb2e4f7
commit 47bf3c873b
No known key found for this signature in database
GPG key ID: 8E322C20F811D086

View file

@ -15,14 +15,13 @@ To test out the build system, publish a prerelease tag with a name such as `vX.Y
1. `git tag v1.2.3 && git push origin v1.2.3`
2. Wait several minutes for builds to run: <https://github.com/cli/cli/actions>
3. Check <https://github.com/cli/cli/releases>
3. Verify release is displayed and has correct assets: <https://github.com/cli/cli/releases>
4. Scan generated release notes and optionally add a human touch by grouping items under topic sections
5. Verify the marketing site was updated: <https://cli.github.com>
6. (Optional) Delete any pre-releases related to this release.
6. (Optional) Delete any pre-releases related to this release
A successful build will result in changes across several repositories:
* <https://github.com/github/cli.github.com>
* <https://github.com/github/homebrew-gh>
* <https://github.com/Homebrew/homebrew-core/pulls>
* <https://github.com/cli/scoop-gh>