Command summary

Core workflow commands

Step

Command

Reference

Install

pip install bumpwright

Initialise

bumpwright init

init

Make a change

git commit -m "feat: add farewell"

Decide the bump

bumpwright decide

decide

Apply the bump

bumpwright bump --commit

bump

Tag

bumpwright bump --commit --tag

bump

History / rollback / purge

bumpwright history --format md / bumpwright history --rollback v1.2.3 / bumpwright history --purge

history