Skip to content

Commit

Permalink
rake release should push the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Nov 14, 2011
1 parent 11c9fc9 commit 156784f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@

task :tag do
sh "git tag #{tag}"
sh "git push --tags"
end

task :release => %w(ensure_clean_state build commit tag push)
Expand Down

0 comments on commit 156784f

Please sign in to comment.