Skip to content

Commit 8bb5cda

Browse files
authored
Merge pull request #1422 from puppetlabs/daianamezdrea_update_since_tag
Update since_tag and history.md
2 parents c958bd6 + d8df71e commit 8bb5cda

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
@@ -30,4 +30,4 @@ spec/spec_helper.rb:
3030
unmanaged: false
3131
.travis.yml:
3232
delete: true
33-
changelog_since_tag: 'v11.0.0'
33+
changelog_since_tag: 'v11.0.3'

Rakefile

Lines changed: 1 addition & 1 deletion
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 = "v11.0.0"
51+
config.since_tag = "v11.0.3"
5252
config.future_release = "#{changelog_future_release}"
5353
config.exclude_labels = ['maintenance']
5454
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)