You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2023/02/01 06:50:24 UTC

[airflow] branch main updated: Adjust some wording in the release process (#29278)

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

ephraimanierobi 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 05fb80ee93 Adjust some wording in the release process (#29278)
05fb80ee93 is described below

commit 05fb80ee9373835b2f72fad3e9976cf29aeca23b
Author: Jed Cunningham <66...@users.noreply.github.com>
AuthorDate: Wed Feb 1 00:50:15 2023 -0600

    Adjust some wording in the release process (#29278)
    
    This rewords the header in our testing issue, and fixes the rat
    section of the helm vote email.
---
 dev/ISSUE_TEMPLATE.md.jinja2     | 7 ++-----
 dev/README_RELEASE_HELM_CHART.md | 4 ++--
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev/ISSUE_TEMPLATE.md.jinja2 b/dev/ISSUE_TEMPLATE.md.jinja2
index be8fa5d74c..7cef2cbef4 100644
--- a/dev/ISSUE_TEMPLATE.md.jinja2
+++ b/dev/ISSUE_TEMPLATE.md.jinja2
@@ -17,12 +17,9 @@
   under the License.
 -#}
 
+We are kindly requesting that contributors to [{{link_text}}]({{link}}) help test the RC.
 
-We have a kind request for all the contributors to the latest [{{link_text}}]({{link}}).
-
-Could you please help us to test the RC versions of Airflow?
-
-Please let us know in the comment if the issue is addressed in the latest RC.
+Please let us know by commenting if the issue is addressed in the latest RC.
 
 {% for pr_number in pr_list %}
     {%- set pr = pull_requests[pr_number] -%}
diff --git a/dev/README_RELEASE_HELM_CHART.md b/dev/README_RELEASE_HELM_CHART.md
index f6ad27fc13..c655072941 100644
--- a/dev/README_RELEASE_HELM_CHART.md
+++ b/dev/README_RELEASE_HELM_CHART.md
@@ -328,11 +328,11 @@ Please vote accordingly:
 Only votes from PMC members are binding, but members of the community are
 encouraged to test the release and vote with "(non-binding)".
 
-For license checks, the .rat-excludes files is included, so you can run the following to verify licenses (just update $PATH_TO_RAT):
+For license checks, the .rat-excludes files is included, so you can run the following to verify licenses (just update your path to rat):
 
 tar -xvf airflow-chart-${VERSION_WITHOUT_RC}-source.tar.gz
 cd airflow-chart-${VERSION_WITHOUT_RC}
-java -jar $PATH_TO_RAT/apache-rat-0.13/apache-rat-0.13.jar chart -E .rat-excludes
+java -jar apache-rat-0.13.jar chart -E .rat-excludes
 
 Please note that the version number excludes the \`rcX\` string, so it's now
 simply ${VERSION_WITHOUT_RC}. This will allow us to rename the artifact without modifying