This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/scripts/RELEASE.txt
2015-08-18 16:05:47 -04:00

42 lines
858 B
Plaintext

PREMAKE RELEASE CHECKLIST
-------------------------
PREP
* Create working branch for release prep
* Update CHANGES.txt and CONTRIBUTORS.txt
* Update version in src/host/premake.c and commit
* 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`
* 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
* Add release to Freshmeat
http://freshmeat.net/projects/premake
CYCLE
* Merge working branch to release and tag
* Update to new dev version in src/host/premake.c and commit
* Merge working branch to master
* Close working branch