Skip to content

Commit 9c25bc4

Browse files
authored
Fix Airflowctl release documentation (apache#57513)
1 parent caff00f commit 9c25bc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/README_RELEASE_AIRFLOWCTL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,14 +451,15 @@ How to verify it:
451451
1) Change directory where your airflow sources are checked out
452452

453453
```shell
454+
VERSION=1.0.0rc1
454455
cd "${AIRFLOW_REPO_ROOT}"
455456
```
456457

457458
Choose the tag you used for release:
458459

459460
```shell
460461
git fetch apache --tags
461-
git checkout airflow-ctl/1.0.0rc1
462+
git checkout airflow-ctl/${VERSION}
462463
```
463464

464465
3) Remove all the packages you have in dist folder
@@ -471,7 +472,7 @@ rm -rf dist/*
471472

472473
```shell
473474
breeze release-management prepare-airflow-ctl-distributions --distribution-format both
474-
breeze release-management prepare-airflow-tarball --distribution-name apache_airflow_ctl
475+
breeze release-management prepare-airflow-tarball --distribution-name apache_airflow_ctl --version ${VERSION}
475476
```
476477

477478
5) Switch to the folder where you checked out the SVN dev files

0 commit comments

Comments
 (0)