Fix release-process.md doc usage for make-release.py to have correct arguments and order.
This commit is contained in:
@@ -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
|
checkout of master, create a branch, then commit standard automated
|
||||||
changes to that branch locally:
|
changes to that branch locally:
|
||||||
|
|
||||||
$ ./zcutil/make-release.py <RELEASE> <RELEASE_PREV>
|
$ ./zcutil/make-release.py <RELEASE> <RELEASE_PREV> <APPROX_RELEASE_HEIGHT>
|
||||||
|
|
||||||
Example:
|
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
|
### Create, Review, and Merge the release branch pull request
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user