Skip to content

Commit d705433

Browse files
committed
Remove tag signing
I no longer really believe GPG signatures are a very useful signal here, and they are a bit of a pain to continue maintaining, so I'm dropping the tag signing.
1 parent ba939c7 commit d705433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tag_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ set -e
33
VERSION=$(<VERSION)
44

55
echo "Tagging version $VERSION"
6-
git tag -s -m "Version $VERSION" $VERSION || exit "Failed to tag!"
6+
git tag -m "Version $VERSION" $VERSION || exit "Failed to tag!"
77
echo "Success"

0 commit comments

Comments
 (0)