Skip to content

Commit e390ea2

Browse files
committed
Don't use 'v' in front of version - docs won't generate'
1 parent 34bdf74 commit e390ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace :spec do
2929
end
3030

3131
task :release => :spec do
32-
system "git tag -a v#{Mongo::VERSION} -m 'Tagging release: #{Mongo::VERSION}'"
32+
system "git tag -a #{Mongo::VERSION} -m 'Tagging release: #{Mongo::VERSION}'"
3333
system "git push --tags"
3434
system "gem build mongo.gemspec"
3535
system "gem push mongo-#{Mongo::VERSION}.gem"

0 commit comments

Comments
 (0)