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

ephraimanierobi pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 7de32629e26b53b73f91aec048dd777dfb697d16
Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com>
AuthorDate: Sun May 1 04:09:53 2022 -0600

    Add missing steps to release process (#23384)
    
    (cherry picked from commit d670e571e499ad8e97dedfed3d81ed59469bce7c)
---
 dev/README_RELEASE_HELM_CHART.md        |  5 +++++
 dev/README_RELEASE_PROVIDER_PACKAGES.md | 10 ++++++++++
 2 files changed, 15 insertions(+)

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 29bebef09d..4847dca6bd 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -44,6 +44,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 -->
 
@@ -870,3 +872,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.

Reply via email to