178
edits
(→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> | ||
=== 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> | ||
* 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> |
edits