X Tutup
Skip to content

Commit 47bf3c8

Browse files
committed
Small releasing docs cleanup
1 parent edecb2e commit 47bf3c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/releasing.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ To test out the build system, publish a prerelease tag with a name such as `vX.Y
1515

1616
1. `git tag v1.2.3 && git push origin v1.2.3`
1717
2. Wait several minutes for builds to run: <https://github.com/cli/cli/actions>
18-
3. Check <https://github.com/cli/cli/releases>
18+
3. Verify release is displayed and has correct assets: <https://github.com/cli/cli/releases>
1919
4. Scan generated release notes and optionally add a human touch by grouping items under topic sections
2020
5. Verify the marketing site was updated: <https://cli.github.com>
21-
6. (Optional) Delete any pre-releases related to this release.
21+
6. (Optional) Delete any pre-releases related to this release
2222

2323
A successful build will result in changes across several repositories:
2424
* <https://github.com/github/cli.github.com>
25-
* <https://github.com/github/homebrew-gh>
2625
* <https://github.com/Homebrew/homebrew-core/pulls>
2726
* <https://github.com/cli/scoop-gh>
2827

0 commit comments

Comments
 (0)
X Tutup