Sha256: b85ea110e2cdaf2c01bc5cb1c372314ae9da6ed70cbe6088edb5eee12c1dbfa4

Contents?: true

Size: 208 Bytes

Versions: 10

Compression:

Stored size: 208 Bytes

Contents

#!/usr/bin/env ruby

$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
require 'thegarage/gitx/cli/release_command'
args = ARGV.dup.unshift('release')
Thegarage::Gitx::Cli::ReleaseCommand.start(args)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thegarage-gitx-2.14.0 bin/git-release
thegarage-gitx-2.13.1 bin/git-release
thegarage-gitx-2.13.0 bin/git-release
thegarage-gitx-2.12.0 bin/git-release
thegarage-gitx-2.11.0 bin/git-release
thegarage-gitx-2.10.2 bin/git-release
thegarage-gitx-2.10.1 bin/git-release
thegarage-gitx-2.10.0 bin/git-release
thegarage-gitx-2.9.0 bin/git-release
thegarage-gitx-2.8.1 bin/git-release