We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aef1bd4 + cf64d2a commit 15c2f26Copy full SHA for 15c2f26
2 files changed
dist/Makefile
@@ -10,7 +10,7 @@ all: build-phar
10
11
.PHONY: sign-phar
12
sign-phar:
13
- gpg -u 7B4B2D98 --armor --output defuse-crypto.phar.sig --detach-sig defuse-crypto.phar
+ gpg -u DD2E507F7BDB1669 --armor --output defuse-crypto.phar.sig --detach-sig defuse-crypto.phar
14
15
# ensure we run in clean tree. export git tree and run there.
16
.PHONY: build-phar
docs/InternalDeveloperDocs.md
@@ -154,7 +154,7 @@ make sign-phar
154
Tag the release:
155
156
```
157
-git -c user.signingkey=7B4B2D98 tag -s "<TAG NAME>" -m "<TAG MESSAGE>"
+git -c user.signingkey=DD2E507F7BDB1669 tag -s "<TAG NAME>" -m "<TAG MESSAGE>"
158
159
160
`<TAG NAME>` should be in the format `v2.0.0` and `<TAG MESSAGE>` should look
0 commit comments