Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/update the version in the nebula main feature"

(Update the Release Version Number)
(Update the Release Version Number)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Update the Release Version Number==
 
==Update the Release Version Number==
The release version number must be updated to the new version number. Don't forget the pom.xml and the version number in the update site. You have to push this version to the master branch first and then cherry-pick it in the release branch.
+
The release version number must be updated to the new version number. Don't forget the pom.xml and the version number in the update site.  
 +
 
 +
=== For a Service Release ===
 +
You have to push this version to the master branch first and then cherry-pick it in the release branch later.
 +
 
 +
=== For a Minor Release ===
 +
You have to push this version to the master branch. This will trigger the build.
  
 
* releng/org.eclipse.nebula.updatesite/category.xml  
 
* releng/org.eclipse.nebula.updatesite/category.xml  
 
* releng/org.eclipse.nebula.feature/feature.xml  
 
* releng/org.eclipse.nebula.feature/feature.xml  
* releng/org.eclipse.nebula.feature/feature.xml
+
* releng/org.eclipse.nebula.feature/pom.xml
  
  
[[file:nebupdvrs.png|border|600px]]
+
[[file:nebupdvrs.png|border|800px]]

Latest revision as of 15:18, 3 February 2022

Update the Release Version Number

The release version number must be updated to the new version number. Don't forget the pom.xml and the version number in the update site.

For a Service Release

You have to push this version to the master branch first and then cherry-pick it in the release branch later.

For a Minor Release

You have to push this version to the master branch. This will trigger the build.

  • releng/org.eclipse.nebula.updatesite/category.xml
  • releng/org.eclipse.nebula.feature/feature.xml
  • releng/org.eclipse.nebula.feature/pom.xml


Nebupdvrs.png

Back to the top