File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ PuppetLint.configuration.send('disable_manifest_whitespace_opening_brace_after')
46
46
PuppetLint . configuration . send ( 'disable_relative' )
47
47
PuppetLint . configuration . send ( 'fail_on_warnings' )
48
48
49
+
49
50
if Bundler . rubygems . find_name ( 'github_changelog_generator' ) . any?
50
51
GitHubChangelogGenerator ::RakeTask . new :changelog do |config |
51
52
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?
Original file line number Diff line number Diff line change 95
95
}
96
96
],
97
97
"description" : " Manage SSH" ,
98
- "pdk-version" : " 2.5.0 " ,
98
+ "pdk-version" : " 2.6.1 " ,
99
99
"template-url" : " https://github.com/tailored-automation/pdk-templates#main" ,
100
100
"template-ref" : " heads/main-0-g37b4517"
101
101
}
You can’t perform that action at this time.
0 commit comments