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/cherry-pick the changes"

(Cherry-pick your changes)
Line 1: Line 1:
 
==Cherry-pick your changes==
 
==Cherry-pick your changes==
Create a new branch from the latest tag. Make suse to put the version number in the branch name.
+
Create a new branch from the latest tag.  
  
 
[[file:nebnewbr.png|600px|border]]
 
[[file:nebnewbr.png|600px|border]]
 +
 +
 +
Make sure to put the new version number in the branch name.
 +
 +
[[file:nebnewbr2.png|600px|border]]
  
  

Revision as of 14:17, 3 October 2020

Cherry-pick your changes

Create a new branch from the latest tag.

Nebnewbr.png


Make sure to put the new version number in the branch name.

Nebnewbr2.png


Then Cherry-pick the changes that you want to include

Nebcherry.png


Then push the branch to GitHub.

Nebpushb.png


Others may collaborate on that branch

Back to the top