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

linkinstar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 9873bceac fix: Update download link in the email template
9873bceac is described below

commit 9873bceacdded749191d55534a03a7d565684d3a
Author: Luffy <[email protected]>
AuthorDate: Wed Mar 26 10:14:11 2025 +0800

    fix: Update download link in the email template
---
 community/contributing/how-to-release.md                      | 11 ++++++-----
 .../current/contributing/how-to-release.md                    | 10 ++++++----
 2 files changed, 12 insertions(+), 9 deletions(-)

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 [email protected] and cc 
[email protected] to announce the vote result and release.
@@ -254,6 +253,8 @@ After the vote is passed, send an email to the an 
[email protected] 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/
 

Reply via email to