Skip to content

Commit 736e47e

Browse files
committed
(maint) Generate changelog from v4.13.0
The GitHub Changelog Generator, which is used for release preparation, is getting rate limited by GitHub when seraching through pull requests and issues. This commit sets GHCLG to start from the last release, v4.13.0.
1 parent 8a029a3 commit 736e47e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ spec/default_facts.yml:
5858
spec/spec_helper.rb:
5959
unmanaged: true
6060
Rakefile:
61-
changelog_since_tag: 'v4.12.1'
61+
changelog_since_tag: 'v4.13.0'

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
5050
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?
5151
config.user = "#{changelog_user}"
5252
config.project = "#{changelog_project}"
53-
config.since_tag = "v4.12.1"
53+
config.since_tag = "v4.13.0"
5454
config.future_release = "#{changelog_future_release}"
5555
config.exclude_labels = ['maintenance']
5656
config.header = "# Change log\n\nAll notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org)."

0 commit comments

Comments
 (0)