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 34bdf74 commit e390ea2Copy full SHA for e390ea2
Rakefile
@@ -29,7 +29,7 @@ namespace :spec do
29
end
30
31
task :release => :spec do
32
- system "git tag -a v#{Mongo::VERSION} -m 'Tagging release: #{Mongo::VERSION}'"
+ system "git tag -a #{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"
0 commit comments