mirror of https://github.com/rails/rails
Sign the tag when releasing
This commit is contained in:
parent
41b4d81b4f
commit
ee03a406c0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue