doc: Fix arguments to make-release.py in hotfix process

Closes zcash/zcash#6280.
This commit is contained in:
Jack Grigg 2023-01-19 22:33:05 +00:00
parent 9e1efad2d1
commit c94b3f40d1
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ with a couple of minor differences:
- When running the release script, use the `--hotfix` flag. Provide the hash of
the commit to be released as the first argument:
$ ./zcutil/make-release.py --hotfix <COMMIT_ID> <RELEASE> <RELEASE_PREV> <APPROX_RELEASE_HEIGHT>
$ ./zcutil/make-release.py --hotfix <COMMIT_ID> <RELEASE> <RELEASE_PREV> <RELEASE_FROM> <APPROX_RELEASE_HEIGHT>
- To review the automated changes in git: