Lines Matching +full:- +full:- +full:keyid +full:- +full:format
15 $ gpg --full-generate-key
21 $ gpg --list-keys --keyid-format LONG
23 ------------------------------
24 pub rsa4096/XXXXXXXXXXXXXXXX 2019-07-16 [SC] [expires: 2029-07-13]
27 sub rsa4096/ZZZZZZZZZZZZZZZZ 2019-07-16 [E] [expires: 2029-07-13]
29 $ gpg --send-keys --keyserver keyserver.ubuntu.com XXXXXXXXXXXXXXXX
37 signing.keyId=1A2345F8
42 `signing.keyId` is the GPG key's ID. Get it with this:
45 $ gpg --list-keys --keyid-format SHORT
51 file manually with the following command where `XXXXXXXX` is the `keyId` above:
54 $ gpg --keyring secring.gpg --export-secret-key XXXXXXXX > ~/.gnupg/secring.gpg
59 -----------------
67 export NEXT_VERSION=X.Y.Z-SNAPSHOT
80 sed -i "" \
83 sed -i "" \
85 `find . -name "README.md"`
95 git commit -am "Prepare for release $RELEASE_VERSION."
96 git tag -a parent-$RELEASE_VERSION -m "Version $RELEASE_VERSION"
97 sed -i "" \
100 git commit -am "Prepare next development version."
101 git push && git push --tags