Skip to content

Commit

Permalink
In accordance with semver we tag with a preceeding v
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Sep 16, 2011
1 parent 2c518d3 commit 15ac280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ task :install => :build do
end

task :release => :build do
system "git tag -a #{Mongoid::VERSION} -m 'Tagging #{Mongoid::VERSION}'"
system "git tag -a v#{Mongoid::VERSION} -m 'Tagging #{Mongoid::VERSION}'"
system "git push --tags"
system "gem push mongoid-#{Mongoid::VERSION}.gem"
end
Expand Down

0 comments on commit 15ac280

Please sign in to comment.