Sha256: 97989b7932788f9e8d25e91457d8f110ae0f8c851b20fc37edb4812cf34ce864
Contents?: true
Size: 334 Bytes
Versions: 3
Compression:
Stored size: 334 Bytes
Contents
#!/usr/bin/env ruby require File.join(File.dirname(__FILE__), '..', 'lib', 'socialcast-git-extensions.rb') include Socialcast assert_tickets_provided run_cmd 'git update' branch = current_branch integrate(branch, 'next_release') update_tickets :branch => branch, :in_staging => true resolve_tickets integrate(branch, 'staging')
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
socialcast-git-extensions-0.12.2 | bin/git-promote |
socialcast-git-extensions-0.12.1 | bin/git-promote |
socialcast-git-extensions-0.12.0 | bin/git-promote |