lib/rake_roll/roller.rb in rake_roll-0.1.1 vs lib/rake_roll/roller.rb in rake_roll-0.1.2
- old
+ new
@@ -100,10 +100,11 @@
system("git tag #{new_version}")
end
def push_tag_and_branch
puts "pushing tag and branch"
- system("git push origin #{}")
+ system("git push origin #{@current_branch}")
+ system("git push --tags")
end
def format
#"--pretty=format:'%s | %an | %h'"
"--pretty=format:'%s'"