Skip to content

Commit

Permalink
docs(release): add link to the signer key of the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 29, 2021
1 parent e1d604c commit 59b7c6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ if [ -n "$1" ]; then
{% endfor %}
{% endfor %}"
changelog=$(cargo run -- --unreleased --strip all)
# create a tag
# create a signed tag
# https://keyserver.ubuntu.com/pks/lookup?search=0x4A92FA17B6619297&op=vindex
git -c user.name="git-cliff" \
-c user.email="[email protected]" \
-c user.signingkey="1D2D410A741137EBC544826F4A92FA17B6619297" \
Expand Down

0 comments on commit 59b7c6e

Please sign in to comment.