From: david22swan Date: Wed, 25 Aug 2021 11:38:37 +0000 (+0100) Subject: (maint) - Correct since tag X-Git-Tag: v8.2.0~1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fmaint%2Fmain%2Fremove_since_tag;hp=948ce0745c49cb4d3f326962faad93a6dad20ca7;p=puppet-modules%2Fpuppetlabs-apt.git (maint) - Correct since tag --- diff --git a/.sync.yml b/.sync.yml index 55e74f6..8e8bd2c 100644 --- a/.sync.yml +++ b/.sync.yml @@ -30,4 +30,4 @@ spec/spec_helper.rb: unmanaged: false .travis.yml: delete: true -changelog_since_tag: 'v8.0.0' \ No newline at end of file +changelog_since_tag: '5.0.1' diff --git a/Rakefile b/Rakefile index 54422c5..310012c 100644 --- a/Rakefile +++ b/Rakefile @@ -48,7 +48,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any? raise "Set CHANGELOG_GITHUB_TOKEN environment variable eg 'export CHANGELOG_GITHUB_TOKEN=valid_token_here'" if Rake.application.top_level_tasks.include? "changelog" and ENV['CHANGELOG_GITHUB_TOKEN'].nil? config.user = "#{changelog_user}" config.project = "#{changelog_project}" - config.since_tag = "v8.0.0" + config.since_tag = "5.0.1" config.max_issues = 500 config.future_release = "#{changelog_future_release}" config.exclude_labels = ['maintenance']