This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 1da934684a65c1b7d1b446b631316253ecfc8de6 Author: eladkal <[email protected]> AuthorDate: Mon Jan 17 14:56:02 2022 +0100 add entry in release readme to update milestone in Issues (#20890) (cherry picked from commit ea955e19c3f2ba6cfb239581e244d9f9cfadb724) --- dev/README_RELEASE_AIRFLOW.md | 2 ++ dev/README_RELEASE_HELM_CHART.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md index 41fcd20..c831064 100644 --- a/dev/README_RELEASE_AIRFLOW.md +++ b/dev/README_RELEASE_AIRFLOW.md @@ -917,6 +917,8 @@ Create a new release on GitHub with the changelog and assets from the release sv ## Close the milestone Close the milestone on GitHub. 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. ## Announce the release on the community slack diff --git a/dev/README_RELEASE_HELM_CHART.md b/dev/README_RELEASE_HELM_CHART.md index eedaf15..0b7311b 100644 --- a/dev/README_RELEASE_HELM_CHART.md +++ b/dev/README_RELEASE_HELM_CHART.md @@ -656,6 +656,8 @@ Create a new release on GitHub with the changelog and assets from the release sv ## Close the milestone Close the milestone on GitHub. 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. ## Announce the release on the community slack
