AI AGENT ADDONS
Release Management
2,073installs

This skill helps you create new versions of your software. It can bump the version number, write a changelog, and tag a release. You can use it for both regular releases and beta releases. It works with single packages and monorepos that have many packages.

When you run this skill, it looks at your project layout. It finds the packages you want to release. It checks if any other packages depend on them. If needed, it also updates those dependent packages. This way all versions stay consistent.

The skill follows semantic versioning rules. It commits changes with clear messages. It can also format your files using a justfile if one exists. You get a full release plan before any files are changed.

Add Bump Release skill to your workflow

Global

mkdir -p ~/.claude/skills/bump-release

Project

mkdir -p .claude/skills/bump-release

Source Repository

Stars
63
Forks
3
Watchers
63
License
MIT
Last Push
25 days ago
Created
5 months ago