Skip to content

Commit 2acfcfe

Browse files
committed
Remove signing requirement for git tags
1 parent a00eef6 commit 2acfcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo dirname $dirname
2121

2222
do_tag ()
2323
{
24-
git tag -s -m "tagging $tag" "$tag"
24+
git tag -m "tagging $tag" "$tag"
2525
}
2626

2727
do_tar ()

0 commit comments

Comments
 (0)