Skip to content

Commit

Permalink
Fix the release vote email template (#452)
Browse files Browse the repository at this point in the history
* Fix the release vote email template

* Update build-logic/src/main/kotlin/publishing/rootProject.kt

Co-authored-by: Alexandre Dutra <[email protected]>

---------

Co-authored-by: Alexandre Dutra <[email protected]>
  • Loading branch information
jbonofre and adutra authored Nov 15, 2024
1 parent 66a105c commit c10ba13
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions build-logic/src/main/kotlin/publishing/rootProject.kt
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,15 @@ internal fun configureOnRootProject(project: Project) =
I propose that we release the following RC as the official
$asfProjectName $versionNoRc release.
The commit ID is 229d8f6fcd109e6c8943ea7cbb41dab746c6d0ed
* This corresponds to the tag: apache-$asfName-$version
* https://github.com/apache/$asfName/commits/apache-$asfName-$version
* https://github.com/apache/$asfName/tree/$gitCommitId
The release tarball, signature, and checksums are here:
* https://dist.apache.org/repos/dist/dev/$asfName/apache-$asfName-$version
* https://dist.apache.org/repos/dist/dev/incubator/$asfName/apache-$asfName-$version
You can find the KEYS file here:
* https://dist.apache.org/repos/dist/dev/$asfName/KEYS
* https://dist.apache.org/repos/dist/release/incubator/$asfName/KEYS
Convenience binary artifacts are staged on Nexus. The Maven repository URL is:
* $staginRepoUrl
Expand All @@ -169,14 +168,17 @@ internal fun configureOnRootProject(project: Project) =
Please vote in the next 72 hours.
[ ] +1 Release this as Apache Iceberg 1.6.0
[ ] +1 Release this as Apache $asfName $version
[ ] +0
[ ] -1 Do not release this because...
Only PMC members have binding votes, but other community members are
Only PPMC members and mentors have binding votes, but other community members are
encouraged to cast non-binding votes. This vote will pass if there are
3 binding +1 votes and more binding +1 votes than -1 votes.
NB: if this vote pass, a new vote has to be started on the Incubator general mailing
list.
Thanks
Regards
"""
Expand Down

0 comments on commit c10ba13

Please sign in to comment.