Skip to content

Commit

Permalink
Add a few bump commands
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Dec 12, 2024
1 parent ba7be49 commit 3126d69
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ bump_major:
bump_beta:
bumpver update --no-fetch --patch --tag=beta --tag-num

bump_beta_next:
bumpver update --no-fetch --tag-num --commit
bump_pre_next:
bumpver update --no-fetch --tag-num --commit --commit-message="Bump prerelease number -> {new_version}"

bump_remove_beta_tag:
bump_dev:
bumpver update --no-fetch --patch --tag=dev --tag-num

bump_remove_pre_tag:
bumpver update --no-fetch --tag=final --commit --commit-message="Final release from {old_version} to {new_version}"

0 comments on commit 3126d69

Please # to comment.