Sha256: 2c7ed23fdbd267b95e3e01b9ec37e83c203445ce20433a04637fb81158741a95

Contents?: true

Size: 499 Bytes

Versions: 1

Compression:

Stored size: 499 Bytes

Contents

require 'KCommercialPipeline/command/command'
require 'KCommercialPipeline/core/version_pipeline/auto_cherry_pick'
module KCommercial
  module KCPipeline
    class Command
      class AutoCherryPickCommand < Command
        self.command =  'auto_cherry_pick'
        self.version = KCommercialPipeline::VERSION
        self.summary = '低版本RB分支提交自动cherry-pick到高版本RB分支和develop分支'
      end

      def run
        AutoCherryPick.new().run
      end
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
KCommercialPipeline-0.2.5.1 lib/KCommercialPipeline/command/auto_cherry_pick_cmd.rb