We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e4a00 commit 07399f3Copy full SHA for 07399f3
RELEASE.md
@@ -13,6 +13,7 @@ Use this checklist when cutting a new `action-gh-release` release.
13
1. Update [package.json](package.json) to the new version.
14
2. Add the new entry at the top of [CHANGELOG.md](CHANGELOG.md).
15
- Summarize the release in 1 short paragraph.
16
+ - If the summary mentions issues, use plain `#123` references or full issue links; do not wrap issue numbers like `#123` in backticks.
17
- Prefer user-facing fixes and features over internal churn.
18
- Keep the merged PR list aligned with `.github/release.yml` categories.
19
3. Run `npm i` to refresh [package-lock.json](package-lock.json).
0 commit comments