grails-core
grails-core copied to clipboard
Do not increment release version on branch until after release
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.
Initial changes are here: https://github.com/jdaugherty/grails-github-actions/tree/asf ; merge after the 7.0.0-M4 release.
https://github.com/apache/grails-github-actions/pull/22 will fix this