Skip to content

Commit

Permalink
Merge pull request #1004 from puppetlabs/maint/main/remove_since_tag
Browse files Browse the repository at this point in the history
(maint) - Correct since tag
  • Loading branch information
daianamezdrea authored Aug 25, 2021
2 parents 948ce07 + b6e71eb commit ad3d101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ spec/spec_helper.rb:
unmanaged: false
.travis.yml:
delete: true
changelog_since_tag: 'v8.0.0'
changelog_since_tag: '5.0.1'
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit ad3d101

Please sign in to comment.