Open main menu

Difference between revisions of "HOWTO-Release"

215 bytes removed ,  12:36, 31 January 2012
Remove instruction for deleting release branches
(→‎Preparing the source: Add updating years in win32 files)
(Remove instruction for deleting release branches)
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 ===
Line 121: Line 118:
** <code>git tag -m "Tag v1.4.0" v1.4.0</code>
** <code>git tag -m "Tag v1.4.0" v1.4.0</code>
** <code>git push origin tag v1.4.0</code>
** <code>git push origin tag v1.4.0</code>
** <code>git push origin :branch-1-4-0</code>
* Also increase the version number on the 1.4.x branch to 1.4.1pre
* Also increase the version number on the 1.4.x branch to 1.4.1pre
** <code>git checkout branch-1-4</code>
** <code>git checkout branch-1-4</code>
178

edits