Skip to content

Commit b27396a

Browse files
committed
PDK update
1 parent a1f2a1a commit b27396a

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

β€Ž.rubocop.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Style/BlockDelimiters:
4343
Style/BracesAroundHashParameters:
4444
Description: Braces are required by Ruby 2.7. Cop removed from RuboCop v0.80.0.
4545
See https://github.com/rubocop-hq/rubocop/pull/7643
46-
Enabled: true
46+
Enabled: false
4747
Style/ClassAndModuleChildren:
4848
Description: Compact style reduces the required amount of indentation.
4949
EnforcedStyle: compact

β€Ž.sync.ymlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ Gemfile:
2424
spec/spec_helper.rb:
2525
mock_with: ":rspec"
2626
coverage_report: true
27+
28+
Rakefile:
29+
changelog_since_tag: v1.6.0

β€Ž.travis.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
stage: deploy
4444
branches:
4545
only:
46-
- master
46+
- main
4747
- /^v\d/
4848
notifications:
4949
email: false

β€ŽRakefileβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
4747
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?
4848
config.user = "#{changelog_user}"
4949
config.project = "#{changelog_project}"
50+
config.since_tag = "v1.6.0"
5051
config.future_release = "#{changelog_future_release}"
5152
config.exclude_labels = ['maintenance']
5253
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)."

β€Žappveyor.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: 1.1.x.{build}
33
branches:
44
only:
5-
- master
5+
- main
66
- release
77
skip_commits:
88
message: /^\(?doc\)?.*/

β€Žmetadata.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@
6363
],
6464
"pdk-version": "1.17.0",
6565
"template-url": "https://github.com/puppetlabs/pdk-templates.git#master",
66-
"template-ref": "heads/master-0-g3d2e75c"
66+
"template-ref": "heads/master-0-ga58fd92"
6767
}

0 commit comments

Comments
Β (0)