forked from wp-cli/handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a14d38
commit 4eb9d7c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ The script will also produce a total contributor and pull request count you can | |
md5 -q wp-cli.phar > wp-cli.phar.md5 | ||
shasum -a 512 wp-cli.phar | cut -d ' ' -f 1 > wp-cli.phar.sha512 | ||
|
||
4) Sign the release with GPG. See <https://github.com/wp-cli/wp-cli/issues/2121>: | ||
4) Sign the release with GPG (see <https://github.com/wp-cli/wp-cli/issues/2121>): | ||
|
||
gpg --output wp-cli.phar.gpg --default-key [email protected] --sign wp-cli.phar | ||
gpg --output wp-cli.phar.asc --default-key [email protected] --detach-sig --armor wp-cli.phar | ||
|