Skip to content

Commit 6c1482f

Browse files
committed
Add note to credit issue authors in release notes
1 parent 90a1b4a commit 6c1482f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
2. Commit and tag: `git add package.json && git commit -m "vX.Y.Z" && git tag vX.Y.Z`
66
3. Push: `git push && git push origin vX.Y.Z`
77
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)"
810

911
## Code Style
1012
- Keep code brief and concise

0 commit comments

Comments
 (0)