premake/scripts/RELEASE.txt
2015-12-17 17:37:07 -05:00

42 lines
898 B
Plaintext

PREMAKE RELEASE CHECKLIST
-------------------------
PREP
* Make sure submodules are up to date
* Create working branch for release prep
* Update CHANGES.txt and CONTRIBUTORS.txt
* Update version in src/host/premake.c and commit
* Push release branch to GitHub; wait for CI to pass
* Prep release announcement for forums from change log
RELEASE
* Run `premake5 package <release branch name> source` (from Posix ideally)
* On each platform, run `premake5 package <release branch name> binary`
* Merge working branch to release and tag; push with tags
* Create new release on GitHub from CHANGES.txt; upload files
* Update the download page on github.io
* Post release announcement to the forums
* Post annoucement to @industrious on Twitter
CYCLE
* Update to new dev version in src/host/premake.c and commit
* Merge working branch to master
* Close working branch