This is an automated email from the ASF dual-hosted git repository.

uranusjr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ba7fb1173 Order the release commands properly (#32888)
7ba7fb1173 is described below

commit 7ba7fb1173e55c24c94fe01f0742fd00cd9c0d82
Author: Amogh Desai <[email protected]>
AuthorDate: Fri Jul 28 10:23:00 2023 +0530

    Order the release commands properly (#32888)
---
 dev/README_RELEASE_AIRFLOW.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 0147f418a0..fbcf2dbb76 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -952,8 +952,8 @@ This includes:
 - 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.
 - Update the `REVISION_HEADS_MAP` at airflow/utils/db.py to include the 
revision head of the release even if there are no migrations.
 - Sync `RELEASE_NOTES.rst` (including deleting relevant `newsfragments`) and 
`README.md` changes.
-- Updating `airflow_bug_report.yml` issue template in 
`.github/ISSUE_TEMPLATE/` with the new version.
 - Updating `Dockerfile` with the new version.
+- Updating `airflow_bug_report.yml` issue template in 
`.github/ISSUE_TEMPLATE/` with the new version.
 
 ## Update default Airflow version in the helm chart
 

Reply via email to