What problem does it solve?
This Skill streamlines the entire software release process, from version bumping and changelog generation to validation, tagging, and GitHub release creation, reducing manual effort and potential errors.
Core Features & Use Cases
- Automated Version Bumping: Syncs version numbers across all necessary files.
- Changelog Generation: Creates concise changelogs based on git commit history and prefixes.
- CI/CD Integration: Runs validation scripts and security audits before tagging.
- GitHub Release Creation: Publishes tagged releases with detailed notes.
- Use Case: When you're ready to ship a new version of MobiSSH, this skill will automatically update the
package.json, generate a changelog from your recent commits, run all tests, perform a security audit, tag the release, and create a GitHub release.
Quick Start
Use the release skill to prepare and tag a new patch version for the project.