Skip to content

Playtest or Release Checklist

Mailaender edited this page Sep 27, 2014 · 42 revisions
  • Assuming you aliased the upstream repository with openra git fetch openra then git checkout bleed && git reset --hard openra/bleed. Warning: this overwrites your own bleed branch.
  • Tag the commit you intend to release. git checkout openra/bleed && git tag playtest/release-yyyymmdd
  • Push the tag to OpenRA/OpenRA, and advance either the next or master branch as appropriate for the release type:
    • git push openra playtest-yyyymmdd bleed:next
    • or git push openra release-yyyymmdd next:master

Warning: The current make version does not use the latest, but the first tag so we need an extra commit to separate last playtest and new release. Don't forget to update the branches. Travis will automatically start building and deploying the packages at GitHub releases.

Announce

Players ๐ŸŽฒ

Modders โœ๏ธ

Developers ๐Ÿ”ง

Clone this wiki locally