You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: support commit ordinals in changelog and release notes skill
Allow passing a commit number (e.g. 3665) to changelog.sh and the
release-notes skill, resolving it to the Nth commit in repo history.
Also add Dependencies section and bug fix inclusion rules to the
release notes prompt.
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
Copy file name to clipboardExpand all lines: .claude/skills/release-notes/SKILL.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
---
2
2
name: release-notes
3
-
description: Generate GitHub release notes from git tags. Usage - /release-notes <from_tag> <to_tag>. Runs the changelog script, then rewrites the output into polished GitHub release notes.
4
-
disable-model-invocation: true
5
-
argument-hint: <from_tag> <to_tag>
3
+
description: Generate GitHub release notes from git refs (tags, commits, or HEAD). Usage - /release-notes <from> <to>. Runs the changelog script, then rewrites the output into polished GitHub release notes.
> -ALWAYS include bug fixes — only drop pure refactors, CI pipeline changes, and release/manifest bookkeeping
51
52
> - Feature bullets start with a lowercase verb (e.g., "add", "support", "enable")
52
53
> - Bug fix bullets start with "Fixed" (capitalized)
54
+
> -**Dependencies** section: list each dependency bump as `Name X.Y.Z → A.B.C` (use the human-readable library name, not the Maven coordinate). Include targetSdkVersion and Gradle wrapper bumps in this section too.
53
55
> - Use 2-space indent before each bullet (` - `)
54
56
> - Do NOT include commit hashes
55
57
> - If no user-facing changes, output: Bug fixes and performance improvements.
0 commit comments