We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3d212 commit c245ac8Copy full SHA for c245ac8
exasol/toolbox/nox/_release.py
@@ -144,7 +144,7 @@ def prepare_release(session: Session) -> None:
144
145
changed_files += [
146
PROJECT_CONFIG.root_path / PoetryFiles.pyproject_toml,
147
- PROJECT_CONFIG.version_file,
+ PROJECT_CONFIG.version_filepath,
148
]
149
results = pm.hook.prepare_release_add_files(session=session, config=PROJECT_CONFIG)
150
changed_files += [f for plugin_response in results for f in plugin_response]
0 commit comments