Sha256: 149887e613fce9a928bdf810b9b35bb3d82c06a8acbd1e263960c042c12fffcc

Contents?: true

Size: 424 Bytes

Versions: 6

Compression:

Stored size: 424 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

run_cmd 'git update'
integrate(branch, 'staging')


integrate('staging', 'prototype')
run_cmd "git checkout #{branch}"

run_cmd "socialcast share '#worklog promoting #{branch} into staging #scgitx'" unless is_quiet

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
socialcast-git-extensions-2.2.1 bin/git-promote
socialcast-git-extensions-2.2.0 bin/git-promote
socialcast-git-extensions-2.1.3 bin/git-promote
socialcast-git-extensions-2.1.2 bin/git-promote
socialcast-git-extensions-2.1.1 bin/git-promote
socialcast-git-extensions-2.1.0 bin/git-promote