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: RELEASE.md
+114-2Lines changed: 114 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,119 @@ The CLI distribution consists of various CLI's: `grailsw` (wrapper), `grails` (d
207
207
208
208
## 4. Voting
209
209
210
-
TODO
210
+
After all artifacts are uploaded, verified, and tested, we can vote on the release. As an ASF project, we follow the voting guidelines set forth by the [Apache Voting Process](https://www.apache.org/foundation/voting.html). We are also an incubating ASF software project, so there are 2 votes. Details for each follow:
211
+
212
+
### Apache Grails Incubating PPMC
213
+
214
+
The first vote is conducted on the [Grails dev mailing list](https://lists.apache.org/list.html?[email protected]). The only valid votes are those on the Apache Grails Incubating PPMC, but the community is welcome to participate to express their support. The vote template follows:
Hints on validating checksums/signatures (but replace md5sum with
249
+
sha512sum):
250
+
https://www.apache.org/info/verification.html
251
+
252
+
Details of our release process is documented at: https://github.com/apache/grails-core/blob/7.0.x/RELEASE.md
253
+
254
+
The vote is open for the next 72 hours and passes if a majority of at least
255
+
three +1 PPMC votes are cast.
256
+
257
+
[] +1 Release Apache Grails (incubating) 7.0.0-M4
258
+
[] 0 I don't have a strong opinion about this, but I assume it's ok
259
+
[] -1 Do not release Apache Grails (incubating) 7.0.0-M4 because...
260
+
261
+
Here is my vote:
262
+
263
+
+1 (binding)
264
+
```
265
+
266
+
### Apache Groovy PMC
267
+
268
+
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:
269
+
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:
0 commit comments