Fix `release-process.md` doc usage for `make-release.py` to have correct arguments and order.

This commit is contained in:
Nathan Wilcox 2017-05-22 20:24:42 -07:00
parent 0df82709b4
commit 7f10df4785
1 changed files with 2 additions and 2 deletions

View File

@ -44,11 +44,11 @@ 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>
$ ./zcutil/make-release.py <RELEASE> <RELEASE_PREV> <APPROX_RELEASE_HEIGHT>
Example:
$ ./zcutil/make-release.py v1.0.8-1 v1.0.9
$ ./zcutil/make-release.py v1.0.9 v1.0.8-1 120000
### Create, Review, and Merge the release branch pull request