Sha256: 84e18b35eb8b663340cef7a9f80e16c545ca0d9d7528c294b381f1588ee691e1

Contents?: true

Size: 298 Bytes

Versions: 4

Compression:

Stored size: 298 Bytes

Contents

require 'rake'
require 'straight_line/common/command'
require 'straight_line/common/feature/land'

namespace 'feature' do
  desc 'Merges master into the feature branch then merges
  feature into master, and pushes to master'
  task :land, [] do |_, args|
    Feature::Land.new.land(args)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
straight_line-0.1.4.0 lib/straight_line/tasks/feature/land.rb
straight_line-0.1.3.0 lib/straight_line/tasks/feature/land.rb
straight_line-0.1.2.0 lib/straight_line/tasks/feature/land.rb
straight_line-0.1.1.0 lib/straight_line/tasks/feature/land.rb