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 d670e571e4 Add missing steps to release process (#23384)
d670e571e4 is described below
commit d670e571e499ad8e97dedfed3d81ed59469bce7c
Author: Jed Cunningham <[email protected]>
AuthorDate: Sun May 1 04:09:53 2022 -0600
Add missing steps to release process (#23384)
---
dev/README_RELEASE_AIRFLOW.md | 5 +++++
dev/README_RELEASE_HELM_CHART.md | 5 +++++
dev/README_RELEASE_PROVIDER_PACKAGES.md | 10 ++++++++++
3 files changed, 20 insertions(+)
diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 2b270a70e7..0742ce5c62 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -50,6 +50,7 @@
- [Update Announcements page](#update-announcements-page)
- [Create release on GitHub](#create-release-on-github)
- [Close the milestone](#close-the-milestone)
+ - [Close the testing status issue](#close-the-testing-status-issue)
- [Announce the release on the community
slack](#announce-the-release-on-the-community-slack)
- [Tweet about the release](#tweet-about-the-release)
- [Update `main` with the latest release
details](#update-main-with-the-latest-release-details)
@@ -1117,6 +1118,10 @@ Close the milestone on GitHub. Create the next one if it
hasn't been already (it
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.
+## Close the testing status issue
+
+Don't forget to thank the folks who tested and close the issue tracking the
testing status.
+
## Announce the release on the community slack
Post this in the #announce channel:
diff --git a/dev/README_RELEASE_HELM_CHART.md b/dev/README_RELEASE_HELM_CHART.md
index b632e10e76..8662f80a96 100644
--- a/dev/README_RELEASE_HELM_CHART.md
+++ b/dev/README_RELEASE_HELM_CHART.md
@@ -42,6 +42,7 @@
- [Update Announcements page](#update-announcements-page)
- [Create release on GitHub](#create-release-on-github)
- [Close the milestone](#close-the-milestone)
+ - [Close the testing status issue](#close-the-testing-status-issue)
- [Update issue template with the new
release](#update-issue-template-with-the-new-release)
- [Announce the release on the community
slack](#announce-the-release-on-the-community-slack)
- [Tweet about the release](#tweet-about-the-release)
@@ -702,6 +703,10 @@ Close the milestone on GitHub. Create the next one if it
hasn't been already (it
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.
+## Close the testing status issue
+
+Don't forget to thank the folks who tested and close the issue tracking the
testing status.
+
## Update issue template with the new release
Updating issue templates in
`.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml` with the new version
diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md
b/dev/README_RELEASE_PROVIDER_PACKAGES.md
index 16d7322773..1f93c245d2 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -42,6 +42,8 @@
- [Publish documentation prepared
before](#publish-documentation-prepared-before)
- [Add tags in git](#add-tags-in-git-1)
- [Notify developers of release](#notify-developers-of-release)
+ - [Add release data to Apache Committee Report
Helper](#add-release-data-to-apache-committee-report-helper)
+ - [Close the testing status issue](#close-the-testing-status-issue)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -832,3 +834,11 @@ Cheers,
<your name>
EOF
```
+
+## Add release data to Apache Committee Report Helper
+
+Add the release data (version and date) at:
https://reporter.apache.org/addrelease.html?airflow
+
+## Close the testing status issue
+
+Don't forget to thank the folks who tested and close the issue tracking the
testing status.