File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ spec/spec_helper.rb:
30
30
unmanaged : false
31
31
.travis.yml :
32
32
delete : true
33
- changelog_since_tag : ' v8 .0.0 '
33
+ changelog_since_tag : ' 5 .0.1 '
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
48
48
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?
49
49
config . user = "#{ changelog_user } "
50
50
config . project = "#{ changelog_project } "
51
- config . since_tag = "v8 .0.0 "
51
+ config . since_tag = "5 .0.1 "
52
52
config . max_issues = 500
53
53
config . future_release = "#{ changelog_future_release } "
54
54
config . exclude_labels = [ 'maintenance' ]
You can’t perform that action at this time.
0 commit comments