
Install VerBump:
curl -fsSL https://raw.githubusercontent.com/jv-k/VerBump/main/install.sh | bashSuggests the right bump
Reads your Conventional Commits to propose the next SemVer, prereleases included.
Writes the changelog
Flat or grouped by commit type, with commit, PR, and compare links.
Bumps any file
package.json, pyproject.toml, Chart.yaml, a Go const, any {{version}} text pattern.
Three workflows
Tag in place, cut a release branch, or open a GitHub PR.
Safe by default
Preflight checks, --dry-run previews every side-effect, --undo rolls back.
Nothing to install but bash
git and jq are the only runtime dependencies.