This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new c846511ae79 [v3-0-test] Fetch from remote before performing
reproducible package checks for PMCs (#54206) (#54275)
c846511ae79 is described below
commit c846511ae79495c9dee07ac3dc2a9776ffac17c7
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 8 18:09:15 2025 +0200
[v3-0-test] Fetch from remote before performing reproducible package checks
for PMCs (#54206) (#54275)
(cherry picked from commit bd300af9a8b7d8132714d3272b04811b191f53aa)
Co-authored-by: Amogh Desai <[email protected]>
---
dev/README_RELEASE_AIRFLOW.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 854582e9323..b1f935847f8 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -562,6 +562,7 @@ you are checking):
```shell script
VERSION=X.Y.Zrc1
+git fetch apache --tags
git checkout ${VERSION}
export AIRFLOW_REPO_ROOT=$(pwd)
rm -rf dist/*