Skip to content

Commit c09db45

Browse files
committed
chore: include bug fixes and dependencies in release notes skill
Update the haiku agent prompt to always include bug fixes (previously dropped as "internal-only") and add a Dependencies section listing library version bumps in human-readable format.
1 parent cb87eb8 commit c09db45

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.claude/skills/release-notes/SKILL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@ Use the Agent tool with `model: "haiku"`. Pass the raw changelog output with thi
4242
> Given these git commits (conventional commit format), write user-facing release notes.
4343
>
4444
> Rules:
45-
> - Group under: **Features**, **Bug Fixes**, **Improvements** (omit empty sections)
45+
> - Group under: **Features**, **Bug Fixes**, **Improvements**, **Dependencies** (omit empty sections)
4646
> - Write for end users — no jargon, file names, or internals
4747
> - One short sentence per item
4848
> - Group related commits into a single bullet when they address the same area
4949
> - Use scope as context but write in plain language; keep scope in **bold** prefix when it adds clarity
50-
> - Drop internal-only changes (pure refactors, CI tweaks, build config) unless user-facing
50+
> - ALWAYS include bug fixes — only drop pure refactors, CI pipeline changes, and release/manifest bookkeeping
5151
> - Feature bullets start with a lowercase verb (e.g., "add", "support", "enable")
5252
> - Bug fix bullets start with "Fixed" (capitalized)
53+
> - **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.
5354
> - Use 2-space indent before each bullet (` - `)
5455
> - Do NOT include commit hashes
5556
> - If no user-facing changes, output: Bug fixes and performance improvements.

0 commit comments

Comments
 (0)