Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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
  2. Update all the POMs versions with the following command:
    1. mvn versions:set -DgenerateBackupPoms=false -DnewVersion=2.27
  3. Access the Create Release Candidate workflow from the Actions tab
  4. Click on the Run workflow button
  5. Select the specific branch to use as the new release candidate
  6. Set the Release Candidate Tag, for example RC0
  7. Press the Run workflow (green button)
  8. Wait for the entire execution
  9. Access the Publish Release Candidate in ASF SVN workflow from the Actions tab (work in progress...)
  10. Click on the Run workflow button
  11. Set the Release Candidate branch, for example release-2.27-RC1
  12. Press the Run workflow button

...