DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Update the release-version property (in set-version target) in the build.xml removing the -dev suffix and setting the new MCF version, for example set 2.27
- Update all the POMs versions with the following command:
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=2.27
- Access the Create Release Candidate workflow from the Actions tab
- Click on the Run workflow button
- Select the specific branch to use as the new release candidate
- Set the Release Candidate Tag, for example RC0
- Press the Run workflow (green button)
- Wait for the entire execution
- Access the Publish Release Candidate in ASF SVN workflow from the Actions tab (work in progress...)
- Click on the Run workflow button
- Set the Release Candidate branch, for example release-2.27-RC1
- Press the Run workflow button
...