summaryrefslogtreecommitdiff
path: root/danger/plugins/changelog.rb
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