Skip to content

Commit 4bed976

Browse files
jdxclaude
andauthored
fix: don't thank @jdx in LLM-generated release notes (#465)
## Summary - Updates gen-release-notes prompt to avoid thanking @jdx for contributions since they are the maintainer writing the notes ## Test plan - [ ] Verify next release notes don't include "thanks @jdx" type phrases 🤖 Generated with [Claude Code](https://claude.ai/code) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Refines the release-notes generation prompt in `scripts/gen-release-notes.sh` to explicitly avoid thanking `@jdx` when listing contributors. > > - Updates instruction bullet to: include contributor usernames but do not thank `@jdx` > - No functional logic changes to the script or release flow > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 53eb957. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: Claude Opus 4.5 <[email protected]>
1 parent 6b89627 commit 4bed976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen-release-notes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Write user-friendly release notes in markdown:
4545
3. Organize into ## sections (Highlights, Bug Fixes, etc.) as needed
4646
4. Explain WHY changes matter to users
4747
5. Include PR links and documentation links (https://usage.jdx.dev/)
48-
6. Include contributor usernames (@username)
48+
6. Include contributor usernames (@username). Do not thank @jdx since that is who is writing these notes.
4949
7. Skip internal/trivial changes
5050
5151
Output markdown only, starting with the # title line.

0 commit comments

Comments
 (0)