(maint) - Correct since tag maint/main/remove_since_tag
authordavid22swan <david.swan@puppet.com>
Wed, 25 Aug 2021 11:38:37 +0000 (12:38 +0100)
committerDavid Swan <david.swan@puppet.com>
Wed, 25 Aug 2021 13:06:36 +0000 (14:06 +0100)
.sync.yml
Rakefile

index 55e74f61fa64f7f20fd03e10b2b3f4a8176c3e02..8e8bd2cd0777fff2204fd8624cab701fea4b2103 100644 (file)
--- 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'
index 54422c591bb057788f88901d20f7e6ea3afec5f6..310012c9d9505b6b49b73dcd39e56494da28be1c 100644 (file)
--- 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']