Sign the tag when releasing

This commit is contained in:
Rafael Mendonça França 2016-06-30 21:52:18 -03:00
parent 41b4d81b4f
commit ee03a406c0
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ namespace :all do
end
task :tag do
sh "git tag -m '#{tag} release' #{tag}"
sh "git tag -s -m '#{tag} release' #{tag}"
sh "git push --tags"
end