We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1831848 commit 34bdf74Copy full SHA for 34bdf74
Rakefile
@@ -31,6 +31,7 @@ end
31
task :release => :spec do
32
system "git tag -a v#{Mongo::VERSION} -m 'Tagging release: #{Mongo::VERSION}'"
33
system "git push --tags"
34
+ system "gem build mongo.gemspec"
35
system "gem push mongo-#{Mongo::VERSION}.gem"
36
system "rm mongo-#{Mongo::VERSION}.gem"
37
end
0 commit comments