Sha256: 7cebb2329de91ab0b9982e61ed784d6a8f272d528de00e3b23012be9096bf105
Contents?: true
Size: 525 Bytes
Versions: 13
Compression:
Stored size: 525 Bytes
Contents
#!/usr/bin/env ruby require File.join(File.dirname(__FILE__), '..', 'lib', 'socialcast-git-extensions.rb') include Socialcast::Git branch = current_branch protect_reserved_branches!(branch, 'release') exit unless HighLine.agree("<%= color('Release #{branch} to production? (y/n)', :green) %>") run_cmd 'git update' integrate branch, 'master' integrate branch, 'staging' integrate 'staging', 'prototype' run_cmd "git checkout master" run_cmd "grb rm #{branch}" share "#worklog releasing #{branch} to production #scgitx"
Version data entries
13 entries across 13 versions & 1 rubygems