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: 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.
> -ALWAYS include bug fixes — only drop pure refactors, CI pipeline changes, and release/manifest bookkeeping
51
51
> - Feature bullets start with a lowercase verb (e.g., "add", "support", "enable")
52
52
> - 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.
53
54
> - Use 2-space indent before each bullet (` - `)
54
55
> - Do NOT include commit hashes
55
56
> - If no user-facing changes, output: Bug fixes and performance improvements.
0 commit comments