Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

RCPTT/Release procedure

Revision as of 07:18, 15 August 2019 by Unnamed Poltroon (Talk)

  • Create a release branch if not already present
  • Test branch by running branch build with parameter GERRIT_REFSPEC = "refs/heads/release/version"
  • Bump minor release version in release branch (if not first minor release)
  • Merge bump commit to master:
git pull origin release/version -s ours

Back to the top