This is an automated email from the ASF dual-hosted git repository.
jedcunningham 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 e81ee5514a Update release process (#31554)
e81ee5514a is described below
commit e81ee5514ae76c20efd0b7a609e1ac723bad29a2
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Thu May 25 22:57:10 2023 +0200
Update release process (#31554)
---
dev/README_RELEASE_AIRFLOW.md | 3 ++-
dev/README_RELEASE_HELM_CHART.md | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 7e10bcfe0c..174bc071f8 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -794,7 +794,8 @@ Create a new release on GitHub with the release notes and
assets from the releas
## Close the milestone
-Close the milestone on GitHub. Create the next one if it hasn't been already
(it probably has been).
+Before closing the milestone on Github, make sure that all PR marked for it
are either part of the release (was cherry picked) or
+postponed to the next release, then close the milestone. Create the next one
if it hasn't been already (it probably has been).
Update the new milestone in the [*Currently we are working on*
issue](https://github.com/apache/airflow/issues/10176)
make sure to update the last updated timestamp as well.
diff --git a/dev/README_RELEASE_HELM_CHART.md b/dev/README_RELEASE_HELM_CHART.md
index 29a746c5e5..b14d12fc8a 100644
--- a/dev/README_RELEASE_HELM_CHART.md
+++ b/dev/README_RELEASE_HELM_CHART.md
@@ -718,7 +718,8 @@ Create a new release on GitHub with the release notes and
assets from the releas
## Close the milestone
-Close the milestone on GitHub. Create the next one if it hasn't been already
(it probably has been).
+Before closing the milestone on Github, make sure that all PR marked for it
are either part of the release (was cherry picked) or
+postponed to the next release, then close the milestone. Create the next one
if it hasn't been already (it probably has been).
Update the new milestone in the [*Currently we are working on*
issue](https://github.com/apache/airflow/issues/10176)
make sure to update the last updated timestamp as well.