chore: Updates release related assets (#28041)

This commit is contained in:
Michael S. Molina 2024-04-16 13:12:24 -03:00 committed by GitHub
parent e9c0ca545f
commit aab645e01c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 7 deletions

View File

@ -7,6 +7,7 @@ body:
value: | value: |
Hello Superset Community member! Please keep things tidy by putting your post in the proper place: 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. 🐛 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". 🙏 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". 💡 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".

View File

@ -18,7 +18,7 @@
-#} -#}
To: {{ receiver_email }} To: {{ receiver_email }}
Subject: [ANNOUNCE] Apache {{ project_name }} version {{ version }} Released Subject: [ANNOUNCE] Apache {{ project_name }} version {{ version }} released
Hello Community, Hello Community,
@ -33,7 +33,7 @@ https://downloads.apache.org/{{ project_module }}/{{ version }}
The PyPI package: The PyPI package:
https://pypi.org/project/apache-superset/{{ version }} 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 https://github.com/apache/{{ project_module }}/blob/{{ version }}/CHANGELOG/{{ version }}.md
The instructions for updating to the release: The instructions for updating to the release:

View File

@ -52,7 +52,8 @@ Negative votes:
{% endfor -%} {% endfor -%}
{%- endif %} {%- endif %}
Link to vote thread: {{ vote_thread }} Link to vote thread:
{{ vote_thread }}
We will work to complete the release process. We will work to complete the release process.

View File

@ -30,7 +30,7 @@ https://dist.apache.org/repos/dist/dev/{{ project_module }}/{{ version_rc }}/
The Git tag for the release: The Git tag for the release:
https://github.com/apache/{{ project_module }}/tree/{{ version_rc }} 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 https://github.com/apache/{{ project_module }}/blob/{{ version_rc }}/CHANGELOG/{{ version }}.md
The instructions for updating to the release: 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: Public keys are available at:
https://www.apache.org/dist/{{ project_module }}/KEYS https://www.apache.org/dist/{{ project_module }}/KEYS
The vote will be open for at least 72 hours or until the necessary number The vote will be left open until at least 72 hours have passed
of votes are reached. and the necessary number of votes (3) have been reached.
Please vote accordingly: Please vote accordingly:

View File

@ -31,7 +31,7 @@ except ModuleNotFoundError:
RECEIVER_EMAIL = "dev@superset.apache.org" RECEIVER_EMAIL = "dev@superset.apache.org"
PROJECT_NAME = "Superset" PROJECT_NAME = "Superset"
PROJECT_MODULE = "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]: def string_comma_to_list(message: str) -> list[str]: