c4urself / bump2version

Version-bump your software with a single command
https://pypi.python.org/pypi/bump2version
MIT License
1.06k stars 133 forks source link

file in [bumpversion:file:..] is relative working directory and not relative to path of .bumpversion.cfg #233

Open androiders opened 3 years ago

androiders commented 3 years ago

when a config file is specified with --config-file command line argument files referenced in that config file is expected to be in the working directory (where bump2version is called from) rather than the directory where the configuration file is located. Bug or feature? If it is a feature, how would one specify that the referenced file is located in the same directory as the config file?

florisla commented 2 years ago

Bug or feature, I don't know... But we can't change it because it would break the workflow of some people.

Let's make this a feature request.

Can you explain in what scenario this is useful?