Skip to content

Commit c8f9555

Browse files
committed
[ci skip] fix gen_verify_stub example command
1 parent 19d8440 commit c8f9555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/release-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ slightly different steps. We'll call attention where the steps differ.
296296
upload to GitHub and include in the announcement emails.
297297
298298
```shell
299-
./scripts/dev/gen_verify_stub php-X.Y.ZRCn YOURKEYID > php-X.Y.ZRCn.manifest
299+
./scripts/dev/gen_verify_stub X.Y.ZRCn YOURKEYID > php-X.Y.ZRCn.manifest
300300
```
301301
302302
13. If you have the [GitHub command line tool][] installed, run the following to
@@ -569,7 +569,7 @@ slightly different steps. We'll call attention where the steps differ.
569569
upload to GitHub and include in the announcement emails.
570570
571571
```shell
572-
./scripts/dev/gen_verify_stub php-X.Y.Z YOURKEYID > php-X.Y.Z.manifest
572+
./scripts/dev/gen_verify_stub X.Y.Z YOURKEYID > php-X.Y.Z.manifest
573573
```
574574
575575
12. If you have the [GitHub command line tool][] installed, run the following to

0 commit comments

Comments
 (0)