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 "Nebula/Releases/New Release"

(New Service Release Checklist)
(New Service Release Checklist)
Line 15: Line 15:
  
 
* [[Nebula/Releases/New Release/announce service release on the mailing list|Announce the service release on the mailing list]]
 
* [[Nebula/Releases/New Release/announce service release on the mailing list|Announce the service release on the mailing list]]
* [[Nebula/Releases/New Release/cherry-pick the changes|Cherry-pick the changes on the latest released Tag]]
 
* [[Nebula/Releases/New Release/make pull request in github|Create a PR in Github (but do not merge)]]
 
 
* [[Nebula/Releases/New Release/create a service release in the project administration|Create a service release in the project administration]]
 
* [[Nebula/Releases/New Release/create a service release in the project administration|Create a service release in the project administration]]
 
* [[Nebula/Releases/New Release/add bugzilla artifacts service|Add Bugzilla artifacts for a Service Release]]
 
* [[Nebula/Releases/New Release/add bugzilla artifacts service|Add Bugzilla artifacts for a Service Release]]
 
* [[Nebula/Releases/New Release/rreate a release bug|Create a Release Bug]]
 
* [[Nebula/Releases/New Release/rreate a release bug|Create a Release Bug]]
 
* [[Nebula/Releases/New Release/classify bugs|Classify bugs]]
 
* [[Nebula/Releases/New Release/classify bugs|Classify bugs]]
 +
* [[Nebula/Releases/New Release/cherry-pick the changes|Cherry-pick the changes on the latest released Tag]]
 
* [[Nebula/Releases/New Release/update the version in the nebula main feature|Update the version in the main feature]]
 
* [[Nebula/Releases/New Release/update the version in the nebula main feature|Update the version in the main feature]]
 +
* [[Nebula/Releases/New Release/make pull request in github|Create a PR in Github (but do not merge)]]
 
* [[Nebula/Releases/New Release/update the build configuration|Update the Build configuration]]
 
* [[Nebula/Releases/New Release/update the build configuration|Update the Build configuration]]
 
* [[Nebula/Releases/New Release/promote a build candidate|Promote a build candidate]]
 
* [[Nebula/Releases/New Release/promote a build candidate|Promote a build candidate]]

Revision as of 14:38, 3 October 2020


This page describes how to create a new release.

Nebula uses the major.minor.service version semantics

New Service Release Checklist

The following steps are needed to create a new Nebula Service Release. To avoid unneeded risks, you must cherry-pick your changes on top of the latest released tag.

Before you start, open a new workspace and import [https://github.com/eclipse/nebula/blob/master/releng/org.eclipse.nebula.feature/Nebula_All.psf this project set via Import/Team/Team Project Set.

Cherry-picking movie

New Minor Release Checklist

Back to the top