You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: community/contributing/how-to-release.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ $ for i in *.tar.gz; do echo $i; sha512sum --check $i.sha512; done
150
150
151
151
1. The Apache Answer community votes, send a voting email to `dev@answer.apache.org`. PMC needs to check the correctness of the version according to the document before voting.
152
152
2. After at least 72 hours and counting 3 +1 PMC member votes, you can enter the next stage.
153
-
3. Announce the voting result, and send the voting result email to `dev@answer.apache.org`.
153
+
3. Announce the voting result, and send the voting result email to `dev@answer.apache.org`. See the vote result email template below.
154
154
155
155
### Dev Mailing List Vote Template
156
156
@@ -205,6 +205,33 @@ Thanks,
205
205
<YOUR NAME>
206
206
```
207
207
208
+
### Vote Result Email Template
209
+
210
+
After the vote closes (after at least 72 hours and with at least 3 +1 PMC member votes), send the following email to `dev@answer.apache.org` to announce the voting result:
The vote has passed successfully. We will proceed with migrating the release artifacts and creating the final release.
226
+
227
+
Thanks to everyone who participated in the vote.
228
+
229
+
Best regards,
230
+
<YOUR NAME>
231
+
```
232
+
233
+
> **IMPORTANT**: Replace `{release-version}` with the actual release version (e.g., `1.7.0`) and `{rc-version}` with the RC version (e.g., `RC1`). List all voters who cast +1 binding votes. The total number should match the count of +1 binding votes received.
234
+
208
235
## Voting Timeout Situation
209
236
210
237
If the vote has been pending for more than 72 hours without reaching the required number of votes, you can send the following reminder email to dev@answer.apache.org:
0 commit comments