Skip to content

Commit b6e71eb

Browse files
committed
(maint) - Correct since tag
1 parent 948ce07 commit b6e71eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ spec/spec_helper.rb:
3030
unmanaged: false
3131
.travis.yml:
3232
delete: true
33-
changelog_since_tag: 'v8.0.0'
33+
changelog_since_tag: '5.0.1'

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
4848
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?
4949
config.user = "#{changelog_user}"
5050
config.project = "#{changelog_project}"
51-
config.since_tag = "v8.0.0"
51+
config.since_tag = "5.0.1"
5252
config.max_issues = 500
5353
config.future_release = "#{changelog_future_release}"
5454
config.exclude_labels = ['maintenance']

0 commit comments

Comments
 (0)