178
edits
(Further updates for new procedure) |
(→Tagging 1.4.0: Further git procedure updates) |
||
Line 113: | Line 113: | ||
** <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>devtools/update-version.pl 1 4 1 pre</code> | ** <code>devtools/update-version.pl 1 4 1 pre</code> | ||
** <code>git commit -m "RELEASE: This is 1.4.1pre" -a</code> | ** <code>git commit -m "RELEASE: This is 1.4.1pre" -a</code> |
edits