Xerahs Release Bump Tag
Automatically generates a new release bump tag for your project based on existing tags, streamlining deployment workflows and reducing manual effort.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add xerahs-release-bump-tag npx -- -y @trustedskills/xerahs-release-bump-tag
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"xerahs-release-bump-tag": {
"command": "npx",
"args": [
"-y",
"@trustedskills/xerahs-release-bump-tag"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The xerahs-release-bump-tag skill automates version bumping and tag creation in software repositories. It increments a semantic version number (e.g., 1.2.3 to 1.2.4) based on provided commit messages, then creates a corresponding Git tag for the release. This simplifies the process of releasing new versions of software projects.
When to use it
- Automating routine release tasks in open-source projects.
- Generating version tags after merging pull requests with specific keywords (e.g., "feat", "fix").
- Streamlining internal releases within a development team.
- Ensuring consistent versioning across multiple repositories.
Key capabilities
- Semantic Version Bump: Increments the major, minor, or patch version based on commit messages.
- Git Tag Creation: Automatically creates Git tags corresponding to the bumped version.
- Commit Message Parsing: Analyzes commit messages to determine the appropriate version bump.
Example prompts
- "Bump the version and create a tag for the latest commits."
- "Release a new patch version based on the recent bug fixes."
- "Create a minor release with the features merged in this sprint."
Tips & gotchas
The skill relies on conventional commit message formats to determine the appropriate version bump. Ensure your team follows these conventions for accurate and predictable releases.
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.