release
SolidBump package.json version and create a git tag for npm release. Accepts semver bump type (patch/minor/major) or explicit version.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- HyperAITeam
- Repository
- HyperAITeam/CLITrigger
- Created
- 4 months ago
- Last Updated
- 4 days ago
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
release-tag
Cut a release by determining the SemVer bump from history, updating version files across any stack, refreshing the changelog, creating an annotated (optionally signed) Git tag, and pushing the release safely after pre-flight checks. Use when tagging a version, bumping the version, or preparing a release.
release
Bump version (SemVer 2.0), update changelog, commit, push, create GitHub release. Auto-detects tech stack (Rust, Python, JS/TS, Claude Code plugins, etc.). Args: major|minor|patch or auto-detect from commits. User-invocable only — agents must not invoke autonomously.
release
Create a new versioned release with changelog. Bumps version in code, updates CHANGELOG.md, commits, tags, and pushes using the repository release flow. GitHub Actions creates the release and uses only the current changelog section as release notes. Use when the user says "release", "cut a release", "bump version", "new release".