Skip to content

Commit 15c2f26

Browse files
authored
Merge pull request #479 from defuse/fix-release-instructions
Use correct key for signing in release instructions
2 parents aef1bd4 + cf64d2a commit 15c2f26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ all: build-phar
1010

1111
.PHONY: sign-phar
1212
sign-phar:
13-
gpg -u 7B4B2D98 --armor --output defuse-crypto.phar.sig --detach-sig defuse-crypto.phar
13+
gpg -u DD2E507F7BDB1669 --armor --output defuse-crypto.phar.sig --detach-sig defuse-crypto.phar
1414

1515
# ensure we run in clean tree. export git tree and run there.
1616
.PHONY: build-phar

docs/InternalDeveloperDocs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ make sign-phar
154154
Tag the release:
155155

156156
```
157-
git -c user.signingkey=7B4B2D98 tag -s "<TAG NAME>" -m "<TAG MESSAGE>"
157+
git -c user.signingkey=DD2E507F7BDB1669 tag -s "<TAG NAME>" -m "<TAG MESSAGE>"
158158
```
159159

160160
`<TAG NAME>` should be in the format `v2.0.0` and `<TAG MESSAGE>` should look

0 commit comments

Comments
 (0)