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

Difference between revisions of "RCPTT/Release procedure"

m
(Add notion of milestones)
Line 8: Line 8:
 
* [https://projects.eclipse.org/node/7377/create-release Create next Eclipse portal release]
 
* [https://projects.eclipse.org/node/7377/create-release Create next Eclipse portal release]
 
* [https://dev.eclipse.org/committers/bugs/bugz_manager.php Create Bugzilla release]
 
* [https://dev.eclipse.org/committers/bugs/bugz_manager.php Create Bugzilla release]
 +
* [https://dev.eclipse.org/committers/bugs/bugz_manager.php Create next Bugzilla milestone]
 +
* Move unresolved bugs from released milestone to next milestone
 
* [https://dev.eclipse.org/committers/bugs/bugz_manager.php Create next Bugzilla milestone and make it default]
 
* [https://dev.eclipse.org/committers/bugs/bugz_manager.php Create next Bugzilla milestone and make it default]
 
* If release version was newly created, [https://git.eclipse.org/c/rcptt/org.eclipse.rcptt.git/tree/update_version.sh bump] version of source base in master branch
 
* If release version was newly created, [https://git.eclipse.org/c/rcptt/org.eclipse.rcptt.git/tree/update_version.sh bump] version of source base in master branch
  
 
[[Category:RCPTT]]
 
[[Category:RCPTT]]

Revision as of 04:53, 18 September 2019

  • 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