From 08e4bef1630a21ef5eef52ba188a649bc587ca41 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:12:24 -0300 Subject: [PATCH] chore: Updates release related assets (#28041) --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + RELEASING/email_templates/announce.j2 | 4 ++-- RELEASING/email_templates/result_pmc.j2 | 3 ++- RELEASING/email_templates/vote_pmc.j2 | 6 +++--- RELEASING/generate_email.py | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c636dd48ba75c..713a51e568784 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -7,6 +7,7 @@ body: value: | Hello Superset Community member! Please keep things tidy by putting your post in the proper place: + 🚨 Reporting a security issue: send an email to security@superset.apache.org. DO NOT USE GITHUB ISSUES TO REPORT SECURITY PROBLEMS. 🐛 Reporting a bug: use this form. 🙏 Asking a question or getting help: post in the [Superset Slack chat](http://bit.ly/join-superset-slack) or [GitHub Discussions](https://github.com/apache/superset/discussions) under "Q&A / Help". 💡 Requesting a new feature: Search [GitHub Discussions](https://github.com/apache/superset/discussions) to see if it exists already. If not, add a new post there under "Ideas". diff --git a/RELEASING/email_templates/announce.j2 b/RELEASING/email_templates/announce.j2 index 79fbaad5cc315..b12a2ee5b03ba 100644 --- a/RELEASING/email_templates/announce.j2 +++ b/RELEASING/email_templates/announce.j2 @@ -18,7 +18,7 @@ -#} To: {{ receiver_email }} -Subject: [ANNOUNCE] Apache {{ project_name }} version {{ version }} Released +Subject: [ANNOUNCE] Apache {{ project_name }} version {{ version }} released Hello Community, @@ -33,7 +33,7 @@ https://downloads.apache.org/{{ project_module }}/{{ version }} The PyPI package: https://pypi.org/project/apache-superset/{{ version }} -The Change Log for the release: +The CHANGELOG for the release: https://github.com/apache/{{ project_module }}/blob/{{ version }}/CHANGELOG/{{ version }}.md The instructions for updating to the release: diff --git a/RELEASING/email_templates/result_pmc.j2 b/RELEASING/email_templates/result_pmc.j2 index 8919aae4fa388..4f2f6a6dac85b 100644 --- a/RELEASING/email_templates/result_pmc.j2 +++ b/RELEASING/email_templates/result_pmc.j2 @@ -52,7 +52,8 @@ Negative votes: {% endfor -%} {%- endif %} -Link to vote thread: {{ vote_thread }} +Link to vote thread: +{{ vote_thread }} We will work to complete the release process. diff --git a/RELEASING/email_templates/vote_pmc.j2 b/RELEASING/email_templates/vote_pmc.j2 index 009636cda2f0f..a0e473403b90c 100644 --- a/RELEASING/email_templates/vote_pmc.j2 +++ b/RELEASING/email_templates/vote_pmc.j2 @@ -30,7 +30,7 @@ https://dist.apache.org/repos/dist/dev/{{ project_module }}/{{ version_rc }}/ The Git tag for the release: https://github.com/apache/{{ project_module }}/tree/{{ version_rc }} -The change log for the release: +The CHANGELOG for the release: https://github.com/apache/{{ project_module }}/blob/{{ version_rc }}/CHANGELOG/{{ version }}.md The instructions for updating to the release: @@ -39,8 +39,8 @@ https://github.com/apache/{{ project_module }}/blob/{{ version_rc }}/UPDATING.md Public keys are available at: https://www.apache.org/dist/{{ project_module }}/KEYS -The vote will be open for at least 72 hours or until the necessary number -of votes are reached. +The vote will be left open until at least 72 hours have passed +and the necessary number of votes (3) have been reached. Please vote accordingly: diff --git a/RELEASING/generate_email.py b/RELEASING/generate_email.py index 29142557c00a2..ac9ca4a27ccef 100755 --- a/RELEASING/generate_email.py +++ b/RELEASING/generate_email.py @@ -31,7 +31,7 @@ RECEIVER_EMAIL = "dev@superset.apache.org" PROJECT_NAME = "Superset" PROJECT_MODULE = "superset" -PROJECT_DESCRIPTION = "Apache Superset is a modern, enterprise-ready business intelligence web application" +PROJECT_DESCRIPTION = "Apache Superset is a modern, enterprise-ready business intelligence web application." def string_comma_to_list(message: str) -> list[str]: