You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really love this tool, I just miss the ability to override the vcs options in the config file via the command line.
For example, in my CI workflow I want to bump the version and only commit & tag under certain conditions. It feels kind of hacky to change the config script via sed or similar when automating these tasks.
I would like to have the possibility to pass e.g. an option --commit/--no-commit to override anything configured in bumpver.toml. If you think that's a functionality more people would benefit from, I could give it a shot and open a PR for this.
The text was updated successfully, but these errors were encountered:
The main thing to watch out for is to not change existing behaviour. In other words, if you would like to add --commit/--no-commit then this is not two states but three: (True, False, None).
Just spitballing, without considering other changes required in src/bumpver/cli.py.
I really love this tool, I just miss the ability to override the vcs options in the config file via the command line.
For example, in my CI workflow I want to bump the version and only commit & tag under certain conditions. It feels kind of hacky to change the config script via sed or similar when automating these tasks.
I would like to have the possibility to pass e.g. an option
--commit
/--no-commit
to override anything configured inbumpver.toml
. If you think that's a functionality more people would benefit from, I could give it a shot and open a PR for this.The text was updated successfully, but these errors were encountered: