update release docs
This commit is contained in:
parent
20bb6d8ad9
commit
1e43f7b17a
1 changed files with 5 additions and 5 deletions
|
@ -22,16 +22,16 @@ cause a release with the tag name to be created, and the windows dependencies
|
||||||
will be uploaded there.
|
will be uploaded there.
|
||||||
|
|
||||||
Tag the new release here and wait for it to run through the CIs. Appveyor and
|
Tag the new release here and wait for it to run through the CIs. Appveyor and
|
||||||
Travis will upload new versions for Windows and OSX. Go to Launchpad to
|
Travis will upload new versions for Windows and OSX.
|
||||||
trigger building new debian packages:
|
|
||||||
git commit -a -m "Release version <version>"
|
git commit -a -m "Release version <version>"
|
||||||
git tag <version>
|
git tag <version>
|
||||||
git push --tags origin master
|
git push --tags origin master
|
||||||
|
|
||||||
|
Go to Launchpad to trigger building new debian packages.
|
||||||
|
|
||||||
For Wargus/War1gus/Stargus we have a release.rb script. Run it without any
|
For Wargus/War1gus/Stargus we have a release.rb script. Run it without any
|
||||||
arguments, and it will tell you how to call it to start the release process
|
arguments, and it will tell you how to call it to start the release process
|
||||||
for this particular project.
|
for this particular project.
|
||||||
|
|
||||||
Tag the new release in Wargus/War1gus/Stargus/... these repositories should be
|
Finally, update the download links for the stable versions in the
|
||||||
set up to also use the appropriate release source from the Stratagus releases.
|
wargus.github.io repository.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue