Skip to content

Commit

Permalink
Auto-tag for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Burrows committed Jun 30, 2010
1 parent ceee80b commit 36b67ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ end

desc 'Push a the gem to gemcutter'
task :release => :build do
system "git tag v#{JSE::VERSION}"
system "git push origin v#{JSE::VERSION}"
system "gem push jse-#{JSE::VERSION}.gem"
end

Expand Down

0 comments on commit 36b67ec

Please sign in to comment.