Automates the software release process by bumping versions, tagging git commits, and pushing updates to remote repositories.
The Release skill streamlines software distribution by automating the tedious steps of version management. It synchronizes version numbers across package.json and Claude-specific plugin manifests, performs git commits, generates version tags, and pushes changes to the remote origin. This ensures a consistent and error-free release cycle, allowing developers to move from development to deployment with a single Claude command while maintaining semantic versioning standards.
Key Features
012 GitHub stars
02Semantic versioning support (Major, Minor, Patch)
03Instant GitHub release URL reporting
04Multi-file version synchronization across manifests
05Seamless remote repository push integration
06Automatic Git tagging and commit generation
Use Cases
01Publishing updates to the Claude plugin marketplace
02Maintaining consistent versioning for Node.js projects
03Automating git release tags during development cycles