We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a1b4a commit 6c1482fCopy full SHA for 6c1482f
1 file changed
CLAUDE.md
@@ -5,6 +5,8 @@
5
2. Commit and tag: `git add package.json && git commit -m "vX.Y.Z" && git tag vX.Y.Z`
6
3. Push: `git push && git push origin vX.Y.Z`
7
4. Add release notes: `gh release edit vX.Y.Z --notes "..."` (summarize changes since last version)
8
+ - **Credit issue authors**: If you fixed bugs that reference GitHub issues, credit the original issue author in the release notes
9
+ - Example: "Fixed argument parsing issues (thanks @davmonk for reporting #1, #2, #4, #5, #6)"
10
11
## Code Style
12
- Keep code brief and concise
0 commit comments