premake/scripts/RELEASE.txt

42 lines
858 B
Plaintext
Raw Normal View History

2010-11-16 11:25:37 +00:00
PREMAKE RELEASE CHECKLIST
-------------------------
PREP
2010-11-16 11:25:37 +00:00
* Create working branch for release prep
2010-11-16 11:25:37 +00:00
* Update CHANGES.txt and CONTRIBUTORS.txt
* Update version in src/host/premake.c and commit
2010-11-16 11:25:37 +00:00
* Prep release announcement for forums from change log
2010-11-16 11:25:37 +00:00
RELEASE
2010-11-16 11:25:37 +00:00
* 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