Fix release steps: must create tag before GitHub release

This commit is contained in:
Jason Perkins 2015-08-18 16:31:49 -04:00
parent b88d1ca601
commit 7323c8c8e0

View File

@ -18,6 +18,8 @@ RELEASE
* On each platform, run `premake5 package <release branch name> binary`
* Merge working branch to release and tag
* Create new release on GitHub from CHANGES.txt; upload files
* Update the download page on github.io
@ -32,8 +34,6 @@ RELEASE
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