Skip to content

Commit 7bf7a3f

Browse files
authored
Add Apache Groovy PMC vote template
1 parent c1a85f7 commit 7bf7a3f

File tree

1 file changed

+54
-2
lines changed

1 file changed

+54
-2
lines changed

RELEASE.md

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,59 @@ Here is my vote:
267267
268268
As an incubating project under Apache Groovy, after 72 hours & a successful Grails PPMC vote, the Groovy PMC must vote to approve the Apache Grails (incubating) release. This vote is held on the [Groovy dev mailing list](https://lists.apache.org/[email protected]). The vote template follows:
269269
270-
TODO
270+
Subject: [VOTE] Approval of Apache Grails 7.0.0-M4 release by Groovy PMC
271+
272+
Body:
273+
```
274+
Dear Groovy PMC,
275+
276+
The Grails PPMC has voted to approve the release of Apache Grails 7.0.0-M4. The vote results were as follows:
277+
278+
- +1 votes: [List of voters]
279+
- 0 votes: [List of voters]
280+
- -1 votes: [List of voters]
281+
282+
With [number] +1 votes and [number] -1 votes, the Podling PPMC vote passed.
283+
284+
Grails PPMC vote: [mailing list link]
285+
286+
We now request that the Groovy PMC (incubation host) vote on whether to approve this release. Per Apache Incubator policy, at least three +1 votes from Groovy PMC (incubation host) members are required for approval.
287+
288+
The vote is open for the next 72 hours.
289+
290+
[ ] +1 Release Apache Grails (incubating) 7.0.0-M4
291+
[ ] 0 I don't have a strong opinion about this, but I assume it's ok
292+
[ ] -1 Do not release Apache Grails (incubating) 7.0.0-M4 because...
293+
294+
This release is the first Grails release under the ASF. Further details of the release can be found on the GitHub pre-release & in the discussion thread at:
295+
https://lists.apache.org/thread/3tqw39b1v542rc026gopj0kbqs5zbr5q
296+
297+
Releases for the Grails project consist of 2 repositories, so there are two tags:
298+
grails-core Tag:
299+
https://github.com/apache/grails-core/releases/tag/v7.0.0-M4
300+
Tag commit id: <commit hash>
301+
302+
grails-forge Tag:
303+
https://github.com/apache/grails-forge/releases/tag/v7.0.0-M4
304+
Tag commit id: <commit hash>
305+
306+
The artifacts to be voted on are located as follows (<svn version revision>):
307+
Source release: https://dist.apache.org/repos/dist/dev/grails/7.0.0-M4/sources
308+
Binary distributions: https://dist.apache.org/repos/dist/dev/grails/7.0.0-M4/distribution
309+
310+
Release artifacts are signed with a key from the following file:
311+
https://dist.apache.org/repos/dist/release/grails/KEYS
312+
313+
Hints on validating checksums/signatures (but replace md5sum with
314+
sha512sum):
315+
https://www.apache.org/info/verification.html
316+
317+
Details of our release process is documented at: https://github.com/apache/grails-core/blob/7.0.x/RELEASE.md
318+
319+
Thank you,
320+
[Your Name]
321+
Grails Release Manager
322+
```
271323
272324
## 5. Releasing
273325
@@ -328,4 +380,4 @@ In the event that artifacts differ, simply copy them to your project directory a
328380
```bash
329381
cd ~/project
330382
rsync -av grails-verify/grails/etc/bin/results/ etc/bin/results/
331-
```
383+
```

0 commit comments

Comments
 (0)