Skip to content

Commit

Permalink
Update release task
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jul 8, 2012
1 parent 47e81ca commit 7387293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -20,6 +20,7 @@ task :release => :build do
system "git tag -a v#{Mongoid::VERSION} -m 'Tagging #{Mongoid::VERSION}'"
system "git push --tags"
system "gem push mongoid-#{Mongoid::VERSION}.gem"
system "rm mongoid-#{Mongoid::VERSION}.gem"
end

RSpec::Core::RakeTask.new("spec") do |spec|
Expand Down

0 comments on commit 7387293

Please sign in to comment.