44 lines
888 B
Plaintext
44 lines
888 B
Plaintext
PREMAKE RELEASE CHECKLIST
|
|
-------------------------
|
|
|
|
PREP
|
|
|
|
* Make sure CHANGES.txt and CONTRIBUTORS.txt is up to date
|
|
|
|
* Create working branch for release prep
|
|
|
|
* Update version in src/host/premake.c and commit
|
|
|
|
* Make sure branch passes all tests on all platforms
|
|
|
|
* Prep release announcement for forums
|
|
|
|
|
|
RELEASE
|
|
|
|
* Merge working branch with release branch
|
|
|
|
* Run `premake5 package release source` (from Posix ideally)
|
|
|
|
* On each platform, run `premake5 package release 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
|
|
|
|
* Update version in src/host/premake.c and commit
|
|
|
|
* Merge working branch to development branch
|
|
|
|
* Close working branch
|