Skip to content

Commit 7334ac0

Browse files
author
Daniel Carabas
committed
Set changelog_since_tag="3.2.0" in .sync.yml and pdk update
1 parent 74898ed commit 7334ac0

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.pdkignore

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
/inventory.yaml
2828
/spec/fixtures/litmus_inventory.yaml
2929
/appveyor.yml
30+
/.editorconfig
3031
/.fixtures.yml
3132
/Gemfile
3233
/.gitattributes

.sync.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ Rakefile:
3333
unmanaged: false
3434
.travis.yml:
3535
delete: true
36+
changelog_since_tag: "3.2.0"

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +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 = "3.2.0"
5152
config.future_release = "#{changelog_future_release}"
5253
config.exclude_labels = ['maintenance']
5354
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)."

metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
}
8181
],
8282
"description": "Module for Apache configuration",
83-
"pdk-version": "2.0.0",
83+
"pdk-version": "2.1.0",
8484
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
85-
"template-ref": "heads/main-0-ge04486b"
85+
"template-ref": "heads/main-0-g135398a"
8686
}

0 commit comments

Comments
 (0)