Skip to content

Commit 9873bce

Browse files
sy-recordsLinkinStars
authored andcommitted
fix: Update download link in the email template
1 parent 85103da commit 9873bce

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

Diff for: community/contributing/how-to-release.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ Hello Apache Answer Community,
165165
https://dist.apache.org/repos/dist/dev/answer/{release-version}
166166
167167
Release notes:
168-
https://github.com/apache/answer/releases/tag/{release-version}
168+
https://github.com/apache/answer/releases/tag/v{release-version}
169169
170170
Git tag for the release:
171-
https://github.com/apache/answer/releases/tag/{release-version}
171+
https://github.com/apache/answer/releases/tag/v{release-version}
172172
173173
Git commit id for the release:
174174
https://github.com/apache/answer/commit/{commit-hash}
@@ -246,24 +246,25 @@ $ git push origin v{release-version}
246246

247247
Update the download page with the new release version. The download page is located in the `src/pages/download.tsx` file.
248248

249-
250249
## Announce the vote result and release.
251250

252251
After the vote is passed, send an email to the an [email protected] and cc [email protected] to announce the vote result and release.
253252

254253
### email template
255254

256255
```text
256+
[ANNOUNCE] Apache Answer {release-version} available
257+
257258
Hello everyone,
258259
259260
The Apache Answer {release-version} has been released!
260261
261262
Apache Answer is a Q&A platform software for teams at any scale.
262263
Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer.
263264
264-
Download Links: https://downloads.apache.org/answer/
265+
Download Links: https://answer.apache.org/download/
265266
266-
Release Notes: https://github.com/apache/answer/releases/tag/{release-version}
267+
Release Notes: https://github.com/apache/answer/releases/tag/v{release-version}
267268
268269
Website: https://answer.apache.org/
269270

Diff for: i18n/zh-CN/docusaurus-plugin-content-docs-community/current/contributing/how-to-release.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ Hello Apache Answer Community,
149149
https://dist.apache.org/repos/dist/dev/answer/{release-version}
150150
151151
Release notes:
152-
https://github.com/apache/answer/releases/tag/{release-version}
152+
https://github.com/apache/answer/releases/tag/v{release-version}
153153
154154
Git tag for the release:
155-
https://github.com/apache/answer/releases/tag/{release-version}
155+
https://github.com/apache/answer/releases/tag/v{release-version}
156156
157157
Git commit id for the release:
158158
https://github.com/apache/answer/commit/{commit-hash}
@@ -192,16 +192,18 @@ Thanks,
192192
### 宣布投票结果的电子邮件模板
193193

194194
```text
195+
[ANNOUNCE] Apache Answer {release-version} available
196+
195197
Hello everyone,
196198
197199
The Apache Answer {release-version} has been released!
198200
199201
Apache Answer is a Q&A platform software for teams at any scale.
200202
Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer.
201203
202-
Download Links: https://downloads.apache.org/answer/
204+
Download Links: https://answer.apache.org/download/
203205
204-
Release Notes: https://github.com/apache/answer/releases/tag/{release-version}
206+
Release Notes: https://github.com/apache/answer/releases/tag/v{release-version}
205207
206208
Website: https://answer.apache.org/
207209

0 commit comments

Comments
 (0)