X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=Rakefile;h=8fdf11b99809ef23b728d16eb2e6b638888dbc25;hb=e8cd1d2bd0d5cc5c436cebc6a92de5219da0fc24;hp=1d5195f9fbd91c72909eacf498710a7b339cadd6;hpb=45242b8dc89aa4c83dc5ba3b6a976f589200eb7c;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/Rakefile b/Rakefile index 1d5195f..8fdf11b 100644 --- a/Rakefile +++ b/Rakefile @@ -42,6 +42,7 @@ def changelog_future_release end PuppetLint.configuration.send('disable_relative') +PuppetLint.configuration.send('disable_anchor_resource') if Bundler.rubygems.find_name('github_changelog_generator').any? @@ -50,7 +51,6 @@ if Bundler.rubygems.find_name('github_changelog_generator').any? config.user = "#{changelog_user}" config.project = "#{changelog_project}" config.since_tag = "5.0.1" - config.max_issues = 500 config.future_release = "#{changelog_future_release}" config.exclude_labels = ['maintenance'] config.header = "# Change log\n\nAll notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org)."