Skip to content

Commit

Permalink
Push tags on "rake tag"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 21, 2013
1 parent 44bc404 commit 1f7d00b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -12,4 +12,5 @@ end
desc "Tag the current version"
task :tag do
sh("git", "tag", "-a", "-m", "#{spec.version} released!!!", spec.version.to_s)
sh("git", "push", "--tags")
end

0 comments on commit 1f7d00b

Please sign in to comment.