-
Hi, Do you have any recommendations for how to migrate from bumpversion? |
Beta Was this translation helpful? Give feedback.
Answered by
coordt
Dec 19, 2024
Replies: 1 comment 1 reply
-
The key is the configuration. Most of the configuration should be backward-compatible. Start by seeing if it recognizes the configuration. Run Then run Then run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jgarte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The key is the configuration. Most of the configuration should be backward-compatible.
Start by seeing if it recognizes the configuration. Run
bump-my-version show
.Then run
bump-my-version show-bump
to see if the version progression is what you expect.Then run
bump-my-version bump <version component> -vv --dry-run
to see what it would do when it bumps your version.