Semver Release
Automates semantic versioning (SemVer) of releases, ensuring consistent and predictable software updates for improved stability and tracking.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add semver-release npx -- -y @trustedskills/semver-release
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"semver-release": {
"command": "npx",
"args": [
"-y",
"@trustedskills/semver-release"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates semantic version release processes. It handles incrementing versions, generating changelogs, and tagging releases in Git repositories based on provided commit messages or other criteria. This streamlines the software delivery pipeline by reducing manual effort and ensuring consistent versioning practices.
When to use it
- Automating minor/patch/major version bumps after merging feature branches.
- Generating release notes from structured commit messages (e.g., using conventional commits).
- Tagging Git repositories with semantic versions upon successful builds or deployments.
- Creating pre-release versions for testing and feedback.
Key capabilities
- Semantic Version Incrementing (major, minor, patch)
- Git Tag Creation
- Changelog Generation
- Conventional Commit Support
Example prompts
- "Release version 1.2.3 with changelog from commit messages."
- "Bump the patch version and create a Git tag."
- "Generate a pre-release candidate tagged as '1.0.0-rc.1'."
Tips & gotchas
The skill requires access to a Git repository and may need configuration to understand your project's commit message conventions for accurate changelog generation. Ensure the AI agent has appropriate permissions to modify the repository.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.