1,554
edits
(1.4.0 -> 1.7.0, part 2) |
(Added creating source tarballs step) |
||
Line 130: | Line 130: | ||
** <code>git tag -m "Mark 1.7.1pre" desc/1.7.1pre</code> | ** <code>git tag -m "Mark 1.7.1pre" desc/1.7.1pre</code> | ||
** <code>git push origin tag desc/1.7.1pre branch-1-7:branch-1-7</code> | ** <code>git push origin tag desc/1.7.1pre branch-1-7:branch-1-7</code> | ||
=== Creating source tarballs === | |||
Then you need to create and upload the tarballs. | |||
<code><pre> | |||
devtools/dist-scummvm.sh scummvm 1.7.0 | |||
devtools/dist-scummvm.sh scummvm-tools 1.7.0 | |||
</pre></code> | |||
Then upload the resulting scummvm-1.7.0.tar.gz, scummvm-1.7.0.tar.bz2, scummvm-1.7.0.tar.xz and scummvm-1.7.0.tar.zip to the FRS. | |||
=== News & Notification === | === News & Notification === |