Skip to content

Commit c245ac8

Browse files
committed
Fix .version_file to .version_filepath
1 parent cc3d212 commit c245ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/nox/_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def prepare_release(session: Session) -> None:
144144

145145
changed_files += [
146146
PROJECT_CONFIG.root_path / PoetryFiles.pyproject_toml,
147-
PROJECT_CONFIG.version_file,
147+
PROJECT_CONFIG.version_filepath,
148148
]
149149
results = pm.hook.prepare_release_add_files(session=session, config=PROJECT_CONFIG)
150150
changed_files += [f for plugin_response in results for f in plugin_response]

0 commit comments

Comments
 (0)