Sha256: 8bb58f0b8e8def3ee53bbf42135b1cf0e0d2db098a13bf3a1f6f2f0b9600f89d
Contents?: true
Size: 492 Bytes
Versions: 6
Compression:
Stored size: 492 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, 'prototype') update_tickets tickets, :branch => branch, :in_prototype => true start_tickets tickets
Version data entries
6 entries across 6 versions & 1 rubygems