rakefile.rb in buildar-0.0.3.1 vs rakefile.rb in buildar-0.0.4.1

- old
+ new

@@ -121,9 +121,10 @@ task :gitpush do # may prompt sh "git push origin" # this kills the automation + # use key-based auth? # consider a timeout? end task :release => [:build, :tag, :publish, :gitpush] task :release_patch => [:bump_patch, :release]