Skip to content

Commit 6ac6f1c

Browse files
committed
Sign the tag when releasing
1 parent 0a45950 commit 6ac6f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/release.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
end
136136

137137
task :tag do
138-
sh "git tag -m '#{tag} release' #{tag}"
138+
sh "git tag -s -m '#{tag} release' #{tag}"
139139
sh "git push --tags"
140140
end
141141

0 commit comments

Comments
 (0)