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 have my configuration stored in an external bumpversion.toml file, so that I can use it across multiple repositories.
In these repositories, I run bump-my-version with --config-file=/path_to_external/bumpversion.toml.
What I Did
When I set the commit flag, bump-my-version tries to stage the external config file resulting in a git error.
Description
I have my configuration stored in an external
bumpversion.toml
file, so that I can use it across multiple repositories.In these repositories, I run
bump-my-version
with--config-file=/path_to_external/bumpversion.toml
.What I Did
When I set the commit flag, bump-my-version tries to stage the external config file resulting in a git error.
For example:
returns the following logs:
Proposal
First check if a config file is outside the git repo before trying to stage it.
The text was updated successfully, but these errors were encountered: