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: .github/vote_templates/announce.txt
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,20 @@
1
-
The Apache Grails community is pleased to announce the release of Apache Grails ${VERSION}.
1
+
The Apache Grails community is pleased to announce the release of ${PROJECT_NAME} ${VERSION}.
2
2
3
-
Grails is a powerful Groovy-based web application framework for the JVM built on top of Spring Boot that has many plugins to further extend its functionality.
4
-
5
-
This release another milestone on our journey to a final 7.0 release. Users are encouraged to try the milestone to provide early feedback. Detailed upgrade instructions are available here: https://grails.apache.org/docs/${VERSION}/guide/upgrading.html
Details of our release process are documented at: https://github.com/apache/grails-core/blob/HEAD/RELEASE.md
38
38
39
-
As a reminder, most of our tools support an env `GRAILS_REPO_URL` so that the tools can be used from the staging location. Set it to the staging repo like this: `export GRAILS_REPO_URL=https://repository.apache.org/content/groups/staging`
39
+
As a reminder, most of our tools support an env `GRAILS_REPO_URL` so that the tools can work with staged artefacts. Set it to the staging repo like this: `export GRAILS_REPO_URL=https://repository.apache.org/content/groups/staging`
40
40
41
41
The vote is open for a minimum of 72 hours and passes if a majority of at least
42
42
three +1 PMC votes are cast.
43
43
44
-
[ ] +1 Release Apache Grails ${VERSION}
44
+
[ ] +1 Release ${PROJECT_NAME} ${VERSION}
45
45
[ ] 0 I don't have a strong opinion about this, but I assume it's ok
46
-
[ ] -1 Do not release Apache Grails ${VERSION} because...
46
+
[ ] -1 Do not release ${PROJECT_NAME} ${VERSION} because...
0 commit comments