Sha256: e7c44f49d4bea2ba25277cfab89443881b08dd78ed479dea1f68cd6de7cf845a
Contents?: true
Size: 582 Bytes
Versions: 10
Compression:
Stored size: 582 Bytes
Contents
#!/usr/bin/env ruby require File.join(File.dirname(__FILE__), '..', 'lib', 'socialcast-git-extensions.rb') include Socialcast is_quiet = ARGV.delete("--quiet") || ARGV.delete("-q") 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') run_cmd "git checkout #{branch}" run_cmd "socialcast share '#worklog promoting #{branch} into staging #scgitx'" unless is_quiet
Version data entries
10 entries across 10 versions & 1 rubygems