Fix a typo in the release script.

This commit is contained in:
Kris Nuttycombe 2022-05-09 09:12:46 -06:00
parent 9fe516576f
commit 731df21da7
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ Having identified the commit from which the release will be made, the release
manager constructs the release stabilization branch as follows:
$ git checkout -b version-X.Y.0 <COMMIT_ID>
$ git push 'git@github.com:zcash/zcash' $(git rev-parse --abrev-ref HEAD)
$ git push 'git@github.com:zcash/zcash' $(git rev-parse --abbrev-ref HEAD)
### Create the release candidate branch