bump-release
bump release
What it does
- packages: Optional monorepo package names or directories, such as evm or evm-safe. Omit in single-package repos.
- version: Optional explicit semver, such as 2.0.0. Only valid for one target package.
- --beta: Create or advance a -beta.X prerelease.
- --dry-run: Preview the release plan without modifying files, committing, or tagging.
- Pass every package selector as --package <selector>.
- Pass an explicit version as --version <semver>.
- Pass --beta and --dry-run when requested.
Requirements & configuration
- 2. Require a clean tree - If workingTree.clean is false, stop and show the short status. Do not invoke the
- Dry-run completion is a planner-backed package/version/action preview with zero writes. Release completion requires the
Configuration: SKILLCHANGELOG
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
bump-release FAQ
What does the bump-release skill do?
Cut a release: bump versions, write changelogs, commit, tag. packages: Optional monorepo package names or directories, such as evm or evm-safe. Omit in single-package repos. version: Optional explicit semver, such as 2.0.0. Only valid for one target package.
What does bump-release require?
2. Require a clean tree - If workingTree.clean is false, stop and show the short status. Do not invoke the Dry-run completion is a planner-backed package/version/action preview with zero writes. Release completion requires the Configuration keys: SKILL, CHANGELOG.
How do I install bump-release?
Run: npx -y skills add https://github.com/paulrberg/agent-skills --skill bump-release --agent claude-code — the source lives at github.com/paulrberg/agent-skills.
Maintain bump-release?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[bump-release on getagentictools](https://getagentictools.com/skills/paulrberg-agent-skills-bump-release?ref=badge) npx agentictools info skills/paulrberg-agent-skills-bump-release The second line is the CLI lookup for this page — handy in READMEs and docs.