From c94b3f40d1f43bc41f8daa7bc74863b46ab3dd24 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 19 Jan 2023 22:33:05 +0000 Subject: [PATCH] doc: Fix arguments to make-release.py in hotfix process Closes zcash/zcash#6280. --- doc/hotfix-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hotfix-process.md b/doc/hotfix-process.md index 1dd60d7ae..de8672e92 100644 --- a/doc/hotfix-process.md +++ b/doc/hotfix-process.md @@ -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 + $ ./zcutil/make-release.py --hotfix - To review the automated changes in git: