bumpp

Interactive CLI tool for bumping version numbers and managing releases

brewmacoslinux
Try with needOr install directly
Source

About

Interactive CLI that bumps your version numbers and more

Commands

bumpp

Examples

Interactively bump the patch version and create a git tag$ bumpp
Bump to a specific version without confirmation prompts$ bumpp --version 2.0.0
Bump minor version and execute custom scripts$ bumpp minor --execute 'npm run build'