AI AGENT ADDONS
Release Management
3,314installs

Releasing a new version of your software takes careful steps. This skill helps you review recent changes, update the changelog, and decide on the right version number. It guides you through the whole process.

You start by looking at all commits since the last release. Then you add important user-facing changes to the changelog. After you review and approve the entries, the skill suggests a semantic version bump. It could be a major, minor, or patch release based on what changed.

Once confirmed, the skill updates the changelog and runs quality checks like testing and linting. Finally it creates a git tag to mark the release. This ensures everything is organized and ready for publishing.

Add Release skill to your workflow

Global

mkdir -p ~/.claude/skills/release

Project

mkdir -p .claude/skills/release

Source Repository

Stars
815
Forks
82
Watchers
815
License
ISC
Last Push
2 months ago
Created
1 year ago