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

42 lines
940 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 a new release branch and push to origin
2015-12-17 00:58:49 +00:00
* Notify developer list of release branch availability; request testing
2010-11-16 11:25:37 +00:00
* Update CHANGES.txt and CONTRIBUTORS.txt
* Update version in src/host/premake.h and commit
2010-11-16 11:25:37 +00:00
2015-10-11 13:51:13 +00:00
* Push release branch to GitHub; wait for CI to pass
2010-11-16 11:25:37 +00:00
2015-10-11 13:51:13 +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`
2015-10-11 14:10:15 +00:00
* 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
2017-01-13 14:11:58 +00:00
* Update to new dev version in src/host/premake.h and commit
* Merge working branch to master
* Close working branch