Sha256: 088f8965fa15bab07a2b61aa2bb14d58c093e9ce52d75239d040b8656a319fdb
Contents?: true
Size: 488 Bytes
Versions: 8
Compression:
Stored size: 488 Bytes
Contents
#!/usr/bin/env ruby # if the branch has already been integrated, the tickets can be inferred and looked up from jira # usage: # git integrate <ticket_id> <ticket_id2>... require File.join(File.dirname(__FILE__), '..', 'lib', 'socialcast-git-extensions.rb') include Socialcast branch = current_branch tickets = assert_tickets_provided(ARGV, branch) run_cmd 'git update' integrate(branch, 'staging') update_tickets tickets, :branch => branch, :in_staging => true start_tickets tickets
Version data entries
8 entries across 8 versions & 1 rubygems