debian-mirror-gitlab/danger/plugins/changelog.rb

11 lines
235 B
Ruby
Raw Normal View History

2020-01-01 13:55:28 +05:30
# frozen_string_literal: true
2021-03-11 19:13:27 +05:30
require_relative '../../tooling/danger/changelog'
2020-01-01 13:55:28 +05:30
module Danger
2021-04-17 20:07:23 +05:30
class Changelog < ::Danger::Plugin
2020-01-01 13:55:28 +05:30
# Put the helper code somewhere it can be tested
2021-03-11 19:13:27 +05:30
include Tooling::Danger::Changelog
2020-01-01 13:55:28 +05:30
end
end