Open main menu

Difference between revisions of "HOWTO-Release"

85 bytes added ,  08:06, 23 May 2016
Line 66: Line 66:
** Make sure that porters have write access to the release folder on FRS: <code>chmod 775 <folder></code>
** Make sure that porters have write access to the release folder on FRS: <code>chmod 775 <folder></code>


=== Branching for 1.7.0 ===
=== Branching for minor releases ===
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>