Skip to content

Commit c3aea55

Browse files
committed
Sign tags.
1 parent ac72735 commit c3aea55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ do
2525
cd $TMP_DIR;
2626
git clone $REMOTE_URL . --depth=10
2727
git checkout $CURRENT_BRANCH;
28-
git tag $1 -m "Release $1"
28+
git tag $1 -s -m "Release $1"
2929
git push origin --tags
3030
)
3131
done

0 commit comments

Comments
 (0)