File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -451,14 +451,15 @@ How to verify it:
4514511 ) Change directory where your airflow sources are checked out
452452
453453``` shell
454+ VERSION=1.0.0rc1
454455cd " ${AIRFLOW_REPO_ROOT} "
455456```
456457
457458Choose the tag you used for release:
458459
459460``` shell
460461git fetch apache --tags
461- git checkout airflow-ctl/1.0.0rc1
462+ git checkout airflow-ctl/${VERSION}
462463```
463464
4644653 ) Remove all the packages you have in dist folder
@@ -471,7 +472,7 @@ rm -rf dist/*
471472
472473``` shell
473474breeze 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
4774785 ) Switch to the folder where you checked out the SVN dev files
You can’t perform that action at this time.
0 commit comments