178
edits
(→Branching for 1.4.x: Close old release branch when creating a new one) |
|||
Line 25: | Line 25: | ||
** <code>git tag -m "Mark 1.5.0git" desc/1.5.0git</code> | ** <code>git tag -m "Mark 1.5.0git" desc/1.5.0git</code> | ||
** <code>git push origin tag desc/1.5.0git master</code> | ** <code>git push origin tag desc/1.5.0git master</code> | ||
* Close the old 1.3 release branch | |||
** <code>git tag closed/branch-1-3 remotes/origin/branch-1-3</code> | |||
** <code>git push origin tag closed/branch-1-3 :branch-1-3</code> | |||
=== Testing === | === Testing === |
edits