We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf8ebd commit c872315Copy full SHA for c872315
bumpversion/config/files.py
@@ -128,7 +128,7 @@ def update_config_file(
128
else:
129
logger.info("\n%sProcessing config file: %s", logger.indent_str, config_file)
130
logger.indent()
131
- config_path = Path(config_file)
+ config_path = Path(config_file).resolve()
132
133
if config.scm_info.tool and not config.scm_info.path_in_repo(config_path):
134
logger.info("\n%sConfiguration file is outside of the repo. Not going to change.", logger.indent_str)
0 commit comments