We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd2849 commit a56feccCopy full SHA for a56fecc
1 file changed
RELEASE.md
@@ -55,12 +55,23 @@
55
56
<!-- END-SHARED -->
57
58
-7. Update the release notes on GitHub to match CHANGELOG.md:
+7. Update the release notes on GitHub to match `CHANGELOG.md`:
59
+
60
+ Write the notes in Markdown format to a temp file, then pass it via `--notes-file`:
61
62
```sh
- gh release edit vX.Y.Z --notes "## Improved
63
+ gh release edit vX.Y.Z --notes-file /path/to/notes.md
64
+ ```
65
66
+ Notes format:
67
68
+ ```markdown
69
+ ## What's Changed
70
71
+ ### Added/Changed/Fixed
72
73
- Change 1
74
- Change 2
75
- **Full Changelog**: https://github.com/euxx/github-notifier-pro/compare/vPREV...vX.Y.Z"
76
+ **Full Changelog**: https://github.com/euxx/github-notifier-pro/compare/vPREV...vX.Y.Z
77
```
0 commit comments