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

potiuk 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 9faffc6c61 Remove tagging of `constraint-x-y` branch from release 
process (#23399)
9faffc6c61 is described below

commit 9faffc6c610adb86e421f24c24d1f8749551b286
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Mon May 2 10:56:05 2022 +0100

    Remove tagging of `constraint-x-y` branch from release process (#23399)
---
 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 0742ce5c62..5dc8e9f832 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -424,7 +424,6 @@ protected_branches:
    git checkout constraints-main
    git checkout -b constraints-${BRANCH_PREFIX}
    git push --set-upstream origin constraints-${BRANCH_PREFIX}
-   git push origin tag constraints-${BRANCH_PREFIX}
    ```
 
 
@@ -1162,6 +1161,7 @@ EOF
 This includes:
 
 - Modify `./scripts/ci/pre_commit/pre_commit_supported_versions.py` and let 
pre-commit do the job
+- For major/minor release, Update version in `setup.py` and 
`docs/docker-stack/` 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 issue templates in `.github/ISSUE_TEMPLATE/` with the new version

Reply via email to