Make Release
Automates deployment pipelines by triggering releases based on code changes, streamlining DevOps workflows and accelerating software delivery.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add kasperjunge-make-release npx -- -y @trustedskills/kasperjunge-make-release
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kasperjunge-make-release": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kasperjunge-make-release"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The kasperjunge-make-release skill automates software release processes. It handles tasks such as version bumping, tag creation, and pushing releases to repositories based on provided configurations. This streamlines deployments and reduces manual effort in the release pipeline.
When to use it
- Automating a new software release after code merges.
- Creating pre-release versions (e.g., beta or alpha) for testing.
- Tagging specific commits with version numbers for traceability.
- Deploying releases to different environments (staging, production).
Key capabilities
- Version bumping (incrementing semantic versions).
- Tag creation in Git repositories.
- Pushing tags and potentially other release assets to remote repositories.
- Configuration-driven release process.
Example prompts
- "Create a new release for the 'my-project' repository, incrementing the patch version."
- "Release version 1.2.3-beta.1 for testing on the staging environment."
- βTag the latest commit as v2.0.0 and push to GitHub.β
Tips & gotchas
The skill likely requires appropriate Git credentials or access tokens configured within the AI agent's environment to interact with repositories. Ensure these are securely managed to prevent unauthorized 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.