potiuk commented on code in PR #54798:
URL: https://github.com/apache/airflow/pull/54798#discussion_r2311913132
##########
dev/breeze/src/airflow_breeze/commands/release_candidate_command.py:
##########
@@ -523,14 +534,17 @@ def remove_old_releases(version, repo_root):
@release_management.command(
name="prepare-airflow-tarball",
- help="Prepare airflow's source tarball.",
+ help="Prepare airflow's or airflow distribution source tarball.",
)
@click.option(
"--version", required=True, help="The release candidate version e.g.
2.4.3rc1", envvar="VERSION"
)
[email protected](
+ "--distribution-name", default="airflow", help="The distribution name,
airflow, task-sdk, airflowctl"
Review Comment:
Would be great also to update release processes for Airflow, Providers,
Task-SDK, airflowctl to add the step to produce it :)
--
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]