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

11 lines
225 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
class Changelog < Plugin
# 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