Skip to content

Commit

Permalink
Adding task release
Browse files Browse the repository at this point in the history
  • Loading branch information
phstc committed Dec 31, 2010
1 parent 26bcb35 commit db2b3d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ end

desc 'Tags version, pushes to remote, and pushes gem'
task :release => :build do
#sh "git tag v#{MongomapperId2::VERSION}"
#sh "git push origin master"
#sh "git push origin v#{MongomapperId2::VERSION}"
#sh "gem push mongomapper_id2-#{MongomapperId2::VERSION}.gem"
sh "git tag v#{MongomapperId2::VERSION}"
sh "git push origin master"
sh "git push origin v#{MongomapperId2::VERSION}"
sh "gem push mongomapper_id2-#{MongomapperId2::VERSION}.gem"
end

0 comments on commit db2b3d5

Please sign in to comment.