Sha256: 6fab846dde1719e0b44286603bbe478b5a0ff78f73085c737a66fce710a4a1fd
Contents?: true
Size: 397 Bytes
Versions: 1
Compression:
Stored size: 397 Bytes
Contents
#!/usr/bin/env ruby 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_prototype => true, :in_staging => true resolve_tickets tickets integrate('staging', 'prototype')
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
socialcast-git-extensions-1.5.0 | bin/git-promote |