debian-mirror-gitlab/danger/plugins/changelog.rb
2021-03-11 19:13:27 +05:30

11 lines
225 B
Ruby

# 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