We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7216dc commit d5267a8Copy full SHA for d5267a8
RELEASING.md
@@ -44,11 +44,11 @@ $ gpg --gen-key
44
45
3. Upload the public key to a keyserver:
46
```
47
-$ gpg --keyserver keyserver.ubuntu.com --send-keys <key id>
48
-gpg: sending key <key id>> to hkp://keyserver.ubuntu.com
+$ gpg --keyserver keyserver.ubuntu.com --send-keys <keyId>
+gpg: sending key <keyId> to hkp://keyserver.ubuntu.com
49
50
51
-4. Click generate key and do upload the public key. To export the secring file needed to sign the artifacts, run the following command:
+4. To export the secring file needed to sign the artifacts, run the following command:
52
53
$ gpg --export-secret-keys -o secring.gpg
54
0 commit comments