The GitHub Actions job "Tests" on 
airflow.git/fix-release-process-and-tarbal-preparation has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
666568c140c12bc8466b07ae74501a511090a60a / Jarek Potiuk <[email protected]>
Update release process for source tarballs prepared during release

The updated airflow-ctl release process had some small issues related
to source tarball created - which turned out to be just errors in
matching version to tag. When we prepared source tarball we were
using the "x.y.z" tag always - no matter which distribution was
created - this was fine for Airflow but not fine for other
distributions:

* airflow-ctl/x.y.z
* task-sdk/x.y.z
* providers/YYYY-MM-DD

Also names of the source tarballs had extra `apache-' prefix after
we switched to passing actual distribution name as parameter.

This PR fixes the commands used to prepare tarballs:

* proper tag is used for all distributions
* documentation about using those tags is updated
* release documentation for airflow-ctl is updated to have proper
  links
* release documentation for providers is updated to add the new
  way of tagging the providers with `providers/YYYY-MM-DD` tag
  additionally to individual provider's tags (to denote the date
  of provider's wave)

Fixes: #47343

Report URL: https://github.com/apache/airflow/actions/runs/18850368392

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to