Open main menu

Difference between revisions of "HOWTO-Release"

1 byte added ,  08:07, 23 May 2016
Line 67: Line 67:


=== Branching for minor releases ===
=== Branching for minor releases ===
For the example, we use v1.7, don't forget to adapt to the adequate version
For the example, we use v1.7. Don't forget to adapt to the adequate version.
* Create a branch for 1.7.0 from branch-1-7, named branch-1-7-0
* Create a branch for 1.7.0 from branch-1-7, named branch-1-7-0
** <code>git checkout -b branch-1-7-0 branch-1-7</code>
** <code>git checkout -b branch-1-7-0 branch-1-7</code>