potiuk commented on code in PR #57848:
URL: https://github.com/apache/airflow/pull/57848#discussion_r2496540135
##########
dev/README_RELEASE_AIRFLOW.md:
##########
@@ -667,7 +667,7 @@ export AIRFLOW_REPO_ROOT=$(pwd)
rm -rf dist/*
breeze release-management prepare-airflow-distributions --distribution-format
both
breeze release-management prepare-task-sdk-distributions --distribution-format
both
-breeze release-management prepare-airflow-tarball --version ${VERSION}
--distribution-name apache_airflow
+breeze release-management prepare-airflow-tarball --version ${VERSION}
--distribution-name airflow
Review Comment:
The https://github.com/apache/airflow/pull/57901 contains much more
comprehensive improvements - there were a number of somewhat badly used flags
there
The flag is now `--tarball-type` rather than distribution name.
The source tarballs are now produced with the right name and versions, and
they are also easy to run locally without creating a tag first. also internal
structure is as expected by the Apache Trusted Releases (see
https://release-test.apache.org/finish/airflow-ctl/0.1.0) also opened few
issues in ATR that need to be fixed:
* https://github.com/apache/tooling-trusted-releases/issues/292
* https://github.com/apache/tooling-trusted-releases/issues/293
* https://github.com/apache/tooling-trusted-releases/issues/294
* https://github.com/apache/tooling-trusted-releases/issues/296
And resulting first tasks in ATR are added now:
* https://github.com/apache/tooling-trusted-releases/issues/295
--
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]