Update release process
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user