Skip to content

Commit

Permalink
Attempt to push all commits in one shot
Browse files Browse the repository at this point in the history
  • Loading branch information
4-20ma committed Dec 29, 2012
1 parent b392c57 commit 0191567
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 @@ -76,7 +76,7 @@ namespace :release do
`git add #{HEADER_FILE} #{HISTORY_FILE} #{VERSION_FILE}`
`git commit -m 'Version bump to v#{version}'`
`git tag -a -f -m 'Version v#{version}' v#{version}`
`git push --tags`
`git push --all --tags`
end # task :commit

end # namespace :release

0 comments on commit 0191567

Please sign in to comment.