Update release process

This commit is contained in:
Jack Grigg
2017-12-22 10:13:40 +00:00
parent ea6ec713ea
commit 5cbf238b96

View File

@@ -61,11 +61,12 @@ Run the release script, which will verify you are on the latest clean
checkout of master, create a branch, then commit standard automated
changes to that branch locally:
$ ./zcutil/make-release.py <RELEASE> <RELEASE_PREV> <APPROX_RELEASE_HEIGHT>
$ ./zcutil/make-release.py <RELEASE> <RELEASE_PREV> <RELEASE_FROM> <APPROX_RELEASE_HEIGHT>
Example:
Examples:
$ ./zcutil/make-release.py v1.0.9 v1.0.8-1 120000
$ ./zcutil/make-release.py v1.0.9 v1.0.8-1 v1.0.8-1 120000
$ ./zcutil/make-release.py v1.0.13 v1.0.13-rc1 v1.0.12 222900
### Create, Review, and Merge the release branch pull request