Automatic bump with commit and tag¶
bumpwright bump --base v1.0.0 --head HEAD --commit --tag --format md
bumpwright bump --base v1.0.0 --head HEAD --commit --tag --format json
bumpwright bumped version: 1.0.0
-> 1.0.1
(patch)
{
"old_version": "1.0.0",
"new_version": "1.0.1",
"level": "patch",
"files": [],
"skipped": []
}