Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions community/contributing/how-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -246,24 +246,25 @@ $ 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.

### email template

```text
[ANNOUNCE] Apache Answer {release-version} available

Hello everyone,

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/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -192,16 +192,18 @@ Thanks,
### 宣布投票结果的电子邮件模板

```text
[ANNOUNCE] Apache Answer {release-version} available

Hello everyone,

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/

Expand Down