grails-core icon indicating copy to clipboard operation
grails-core copied to clipboard

Do not increment release version on branch until after release

Open jdaugherty opened this issue 7 months ago • 2 comments

Issue description

We need to only make the release version change against the tag, and then after the approval of the release, we'll merge the tag + change back the version as part of the post release github action. This allows changes / PRs while a vote is staged and having to wait 144 hours.

jdaugherty avatar Jun 06 '25 02:06 jdaugherty

Initial changes are here: https://github.com/jdaugherty/grails-github-actions/tree/asf ; merge after the 7.0.0-M4 release.

jdaugherty avatar Jun 06 '25 02:06 jdaugherty

https://github.com/apache/grails-github-actions/pull/22 will fix this

jdaugherty avatar Jun 13 '25 14:06 jdaugherty