summaryrefslogtreecommitdiff
path: root/danger/plugins/changelog.rb
blob: fd2dad5932a0c61825badd2dde5f493fab9d6caa (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require_relative '../../tooling/danger/changelog'

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