Automates the software release process by managing version bumps, git tagging, and synchronization with GitHub Actions.
The Release skill streamlines the deployment lifecycle for the Eyes on Claude Code application by automating repetitive versioning tasks. It intelligently handles Semantic Versioning (SemVer) increments, updates configuration files like package.json and tauri.conf.json, manages git commits, and pushes tags to trigger GitHub Actions builds. This ensures a consistent, error-free release workflow while keeping the repository's history clean and well-documented for both desktop and web components.
Key Features
01Automated git commit and tag management
02Direct integration with GitHub Actions CI/CD
03Pre-flight working directory checks
041 GitHub stars
05Automated SemVer bumping (patch, minor, major)
06Multi-file version synchronization for Node.js and Tauri
Use Cases
01Automating the patch process for critical bug fixes
02Synchronizing version numbers across frontend and desktop configuration files
03Updating application versions for a new feature launch