bin/git-release in socialcast-git-extensions-1.5.2 vs bin/git-release in socialcast-git-extensions-1.5.3
- old
+ new
@@ -6,10 +6,10 @@
branch = current_branch
raise "Cannot release reserved branch" if %w{master staging prototype}.include?(branch)
tickets = assert_tickets_provided(ARGV, branch)
-exit unless HighLine.agree("Release #{branch} to production? (y/n)")
+exit unless HighLine.agree("<%= color('Release #{branch} to production? (y/n)', :green) %>")
run_cmd 'git update'
integrate branch, 'master'
update_tickets tickets, :branch => branch