Browse Source

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

pull/4/head
Nathan Wilcox 7 years ago
parent
commit
7f10df4785
  1. 4
      doc/release-process.md

4
doc/release-process.md

@ -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

Loading…
Cancel
Save