Sha256: 64dc865c2abe7f67061e270f5ae71f98fee9a79343704dd77dceb43392099176
Contents?: true
Size: 447 Bytes
Versions: 2
Compression:
Stored size: 447 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") run_cmd 'git checkout master' run_cmd 'git pull' run_cmd 'git pull origin last_known_good_staging' run_cmd 'git push origin HEAD' run_cmd 'git prune-merged -r' run_cmd "socialcast share '#worklog releasing staging branch to production #scgitx'" unless is_quiet
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
socialcast-git-extensions-2.1.1 | bin/git-release-staging |
socialcast-git-extensions-2.1.0 | bin/git-release-staging |