Skip to content

Commit

Permalink
tyring to get the commit push tag dance right in rake all
Browse files Browse the repository at this point in the history
  • Loading branch information
mattflo committed Apr 30, 2011
1 parent 6f88d80 commit 5ca8a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RakeFile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ end
task :commit => :pull do
`git add -A .`
`git commit -m "#{ENV['m']}`
`git push`
`git tag -a v#{get_version_node.text} -m "#{get_version_node.text}" HEAD`
`git push --tags`
end
Expand Down

0 comments on commit 5ca8a43

Please sign in to comment.