diff options
author | mihaibuzgau <mihai.buzgau@puppet.com> | 2019-10-24 15:53:02 +0300 |
---|---|---|
committer | mihaibuzgau <mihai.buzgau@puppet.com> | 2019-10-24 16:41:14 +0300 |
commit | f36a76412cc17ba707077c912267f608ed2520f3 (patch) | |
tree | 6150f4532bd1436eb9b8c983efae42ed8fc0ccc9 /.sync.yml | |
parent | a3346812df3ca47976e13c35712d98a29bd29326 (diff) | |
download | puppet-augeas_core-f36a76412cc17ba707077c912267f608ed2520f3.tar.gz puppet-augeas_core-f36a76412cc17ba707077c912267f608ed2520f3.tar.bz2 |
(maint) Add chagelog-generator
Diffstat (limited to '.sync.yml')
-rw-r--r-- | .sync.yml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -23,6 +23,12 @@ Style/VariableName: Enabled: false Gemfile: + optional: + ':development': + - gem: 'github_changelog_generator' + git: 'https://github.com/skywinder/github-changelog-generator' + ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018' + condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')" required: ':system_tests': - gem: 'puppet-module-posix-system-r#{minor_version}' |