Sha256: 126febdba13b7628cf77ffb16279c1159940c68c842d07687f4412f54d737137
Contents?: true
Size: 578 Bytes
Versions: 13
Compression:
Stored size: 578 Bytes
Contents
#!/usr/bin/env ruby require File.join(File.dirname(__FILE__), '..', 'lib', 'socialcast-git-extensions.rb') include Socialcast reset_branch('prototype') reset_branch('last_known_good_prototype') filter_id = '10151' issues = jira_server.getIssuesFromFilterWithLimit filter_id, 0, 1000 HighLine.say "\n<%= color('Updating the following tickets to no longer be in prototype:', :red) %>" update_tickets issues, :in_prototype => false is_quiet = ARGV.delete("--quiet") || ARGV.delete("-q") run_cmd "socialcast share '#worklog resetting prototype branch #scgitx'" unless is_quiet
Version data entries
13 entries across 13 versions & 1 rubygems