Skip to content

Commit c8a37b6

Browse files
authored
Minor updates to the release doc (#33650)
1 parent c9d7179 commit c8a37b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/README_RELEASE_AIRFLOW.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,8 @@ Documentation for providers can be found in the ``/docs/apache-airflow`` directo
827827
828828
```shell script
829829
breeze release-management publish-docs --package-filter apache-airflow --package-filter docker-stack
830-
breeze release-management add-back-references apache-airflow
830+
breeze release-management add-back-references apache-airflow --airflow-site-directory "${AIRFLOW_SITE_DIRECTORY}"
831+
cd "${AIRFLOW_SITE_DIRECTORY}"
831832
git add .
832833
git commit -m "Add documentation for Apache Airflow ${VERSION}"
833834
git push
@@ -971,7 +972,7 @@ EOF
971972
This includes:
972973
973974
- Modify `./scripts/ci/pre_commit/pre_commit_supported_versions.py` and let pre-commit do the job.
974-
- For major/minor release, update version in `airflow/__main__.py`, `docs/docker-stack/` and `airflow/api_connexion/openapi/v1.yaml` to the next likely minor version release.
975+
- For major/minor release, update version in `airflow/__init__.py`, `docs/docker-stack/` and `airflow/api_connexion/openapi/v1.yaml` to the next likely minor version release.
975976
- Sync `RELEASE_NOTES.rst` (including deleting relevant `newsfragments`) and `README.md` changes.
976977
- Updating `Dockerfile` with the new version.
977978
- Updating `airflow_bug_report.yml` issue template in `.github/ISSUE_TEMPLATE/` with the new version.

0 commit comments

Comments
 (0)