Skip to content

Commit 2692408

Browse files
committed
docs: add release verification step to release guide
1 parent c835577 commit 2692408

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

RELEASE.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,16 @@
2323
```
2424
This will run tests, build Chrome & Firefox packages, and create a GitHub Release with the zip files.
2525

26-
5. Update the release notes on GitHub if needed:
26+
5. Verify the release was created successfully:
2727
```sh
28-
gh release edit vX.Y.Z --notes "Release notes here"
28+
gh release view vX.Y.Z
29+
```
30+
31+
6. Update the release notes on GitHub to match CHANGELOG.md:
32+
```sh
33+
gh release edit vX.Y.Z --notes "## Improved
34+
- Change 1
35+
- Change 2
36+
37+
**Full Changelog**: https://github.com/euxx/github-notifier-pro/compare/vPREV...vX.Y.Z"
2938
```

0 commit comments

Comments
 (0)