bugraoz93 commented on code in PR #48715:
URL: https://github.com/apache/airflow/pull/48715#discussion_r2025795652
##########
dev/breeze/src/airflow_breeze/commands/release_management_commands.py:
##########
@@ -446,26 +448,27 @@ def package_version(
for pyproject_toml_path in pyproject_toml_paths:
original_contents.append(pyproject_toml_path.read_text())
update_version_in__init_py = False
+ base_package_version = original_package_version
if version_suffix:
Review Comment:
We are returning from the method in case this is None. We can remove this if
statement
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]