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.
Global
mkdir -p ~/.claude/skills/releaseProject
mkdir -p .claude/skills/releaseSource Repository
Release Skillsjimliu/baoyu-skills
Universal release workflow auto-detects your project type and handles changelogs and GitHub releases
Shipping And Launchaddyosmani/agent-skills
Deploy safely with checklists, feature flags, and staged rollouts
Changelog Automationwshobson/agents
Turn commits into clear changelogs with automation and standard formats
Msstore Cligithub/awesome-copilot
Publish Windows apps to the Microsoft Store from the command line easily
Changelog Generatorcomposiohq/awesome-claude-skills
Turn messy git commits into clear changelogs your users will love reading
Deploy Checklistanthropics/knowledge-work-plugins
A pre-deployment checklist to verify readiness before shipping any release
Claude Code Plugin Releasethedotmack/claude-mem
Automate version bumps, tags, releases, and changelogs for plugins
Devmicrosoft/playwright-cli
Streamline rolling dependencies and releasing for Playwright CLI repository maintenance