Skip to content

Commit 3693c43

Browse files
committed
fix
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 866f6ca commit 3693c43

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

RELEASING.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
3. Click on "Generate release notes" to auto-generate the release notes based on the commits since
66
the last release.
77
4. Click on "Publish release".
8-
8+
99
## If the GPG key expired
1010

11-
1. Generate a new key: https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key#generating-a-gpg-key
12-
2. Update the passphrase: https://github.com/prometheus/client_java/settings/secrets/actions/GPG_SIGNING_PASSPHRASE
13-
3. Update the GPG key: https://github.com/prometheus/client_java/settings/secrets/actions/GPG_SIGNING_KEY
11+
1. Generate a new key:
12+
<https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key#generating-a-gpg-key> <!-- editorconfig-checker-disable-line -->
13+
2. BUT use `gpg --armor --export-secret-keys YOUR_ID` to
14+
export ([docs](https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#gpg))
15+
3. Update the
16+
passphrase: <https://github.com/prometheus/client_java/settings/secrets/actions/GPG_SIGNING_PASSPHRASE> <!-- editorconfig-checker-disable-line -->
17+
4. Update the GPG
18+
key: <https://github.com/prometheus/client_java/settings/secrets/actions/GPG_SIGNING_KEY>

0 commit comments

Comments
 (0)