We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c835577 commit 2692408Copy full SHA for 2692408
1 file changed
RELEASE.md
@@ -23,7 +23,16 @@
23
```
24
This will run tests, build Chrome & Firefox packages, and create a GitHub Release with the zip files.
25
26
-5. Update the release notes on GitHub if needed:
+5. Verify the release was created successfully:
27
```sh
28
- gh release edit vX.Y.Z --notes "Release notes here"
+ 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"
38
0 commit comments