1,190
edits
Strangerke (talk | contribs) |
Strangerke (talk | contribs) |
||
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 | === 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> |