Open main menu

Difference between revisions of "HOWTO-Release"

75 bytes added ,  16:17, 14 November 2011
→‎Tagging 1.4.0: Delete release branch after release
(→‎Preparing the source: tools/ -> devtools/)
(→‎Tagging 1.4.0: Delete release branch after release)
Line 108: Line 108:


=== Tagging 1.4.0 ===
=== Tagging 1.4.0 ===
* When 1.4.0 is ready to be announced, make a permanent v1.4.0 tag in git to mark the release
* When 1.4.0 is ready to be announced, make a permanent v1.4.0 tag in git to mark the release, and delete the 1.4.0 branch
** <code>git checkout branch-1-4-0</code>
** <code>git checkout branch-1-4-0</code>
** <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