Skip to content

Commit 6db5015

Browse files
stephanjclaude
andcommitted
chore: improve release skill with explicit CHANGELOG.md step
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e7b07c9 commit 6db5015

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.claude/skills/release/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Release Workflow
22
1. ASK the user for the target version number - do not assume
3-
2. Update version in: build.gradle.kts, plugin.xml, gradle.properties, and any other version files
3+
2. Update version in: build.gradle.kts, plugin.xml, application.properties, and any other version files
44
3. Skip local config files (e.g., local.properties)
5-
4. Update CHANGELOG.md with recent PRs/commits since last release
6-
5. Update plugin history if applicable
5+
4. Update plugin change-notes in plugin.xml with new version section
6+
5. If CHANGELOG.md exists at the project root, add a new version section at the top with categorized entries (Added, Changed, Fixed, Documentation, Dependencies) based on merged PRs/commits since the last release
77
6. Run `./gradlew build` to verify
88
7. Commit with message: "chore: bump version to vX.Y.Z"
99
8. Push to current branch

0 commit comments

Comments
 (0)