Welcome to mirror list, hosted at ThFree Co, Russian Federation.

changelog.rb « plugins « danger - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84f399e9e9799c01deda0a7fd6ad834b981f3a7d (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require_relative '../../lib/gitlab/danger/changelog'

module Danger
  class Changelog < Plugin
    # Put the helper code somewhere it can be tested
    include Gitlab::Danger::Changelog
  end
end