diff --git a/community/contributing/how-to-release.md b/community/contributing/how-to-release.md index 3ef2f1473..cbc71d184 100644 --- a/community/contributing/how-to-release.md +++ b/community/contributing/how-to-release.md @@ -165,10 +165,10 @@ Hello Apache Answer Community, https://dist.apache.org/repos/dist/dev/answer/{release-version} Release notes: - https://github.com/apache/answer/releases/tag/{release-version} + https://github.com/apache/answer/releases/tag/v{release-version} Git tag for the release: - https://github.com/apache/answer/releases/tag/{release-version} + https://github.com/apache/answer/releases/tag/v{release-version} Git commit id for the release: https://github.com/apache/answer/commit/{commit-hash} @@ -246,7 +246,6 @@ $ git push origin v{release-version} Update the download page with the new release version. The download page is located in the `src/pages/download.tsx` file. - ## Announce the vote result and release. After the vote is passed, send an email to the an announce@apache.org and cc dev@answer.apache.org to announce the vote result and release. @@ -254,6 +253,8 @@ After the vote is passed, send an email to the an announce@apache.org and cc dev ### email template ```text +[ANNOUNCE] Apache Answer {release-version} available + Hello everyone, The Apache Answer {release-version} has been released! @@ -261,9 +262,9 @@ The Apache Answer {release-version} has been released! Apache Answer is a Q&A platform software for teams at any scale. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer. -Download Links: https://downloads.apache.org/answer/ +Download Links: https://answer.apache.org/download/ -Release Notes: https://github.com/apache/answer/releases/tag/{release-version} +Release Notes: https://github.com/apache/answer/releases/tag/v{release-version} Website: https://answer.apache.org/ diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/contributing/how-to-release.md b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/contributing/how-to-release.md index 27a4920a9..6d5e9b982 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/contributing/how-to-release.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/contributing/how-to-release.md @@ -149,10 +149,10 @@ Hello Apache Answer Community, https://dist.apache.org/repos/dist/dev/answer/{release-version} Release notes: - https://github.com/apache/answer/releases/tag/{release-version} + https://github.com/apache/answer/releases/tag/v{release-version} Git tag for the release: - https://github.com/apache/answer/releases/tag/{release-version} + https://github.com/apache/answer/releases/tag/v{release-version} Git commit id for the release: https://github.com/apache/answer/commit/{commit-hash} @@ -192,6 +192,8 @@ Thanks, ### 宣布投票结果的电子邮件模板 ```text +[ANNOUNCE] Apache Answer {release-version} available + Hello everyone, The Apache Answer {release-version} has been released! @@ -199,9 +201,9 @@ The Apache Answer {release-version} has been released! Apache Answer is a Q&A platform software for teams at any scale. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer. -Download Links: https://downloads.apache.org/answer/ +Download Links: https://answer.apache.org/download/ -Release Notes: https://github.com/apache/answer/releases/tag/{release-version} +Release Notes: https://github.com/apache/answer/releases/tag/v{release-version} Website: https://answer.apache.org/