diff options
author | Michael Hashizume <michael.hashizume@puppet.com> | 2023-04-10 09:31:25 -0700 |
---|---|---|
committer | Michael Hashizume <michael.hashizume@puppet.com> | 2023-04-10 09:32:06 -0700 |
commit | e4337c0d607c14d8f99217ea6e3fbbd547570b4a (patch) | |
tree | 191eb6654e5e2eb860c1070b1e9858c573744485 /Rakefile | |
parent | 3253fe513e46789e5f7405e5eaa2bae654fc9958 (diff) | |
download | puppet-mailalias_core-e4337c0d607c14d8f99217ea6e3fbbd547570b4a.tar.gz puppet-mailalias_core-e4337c0d607c14d8f99217ea6e3fbbd547570b4a.tar.bz2 |
(maint) Updates PDK template
This commit runs `pdk update` using the most recent template at the
time (2.7.4) and updates metadata.json to allow Puppet versions
< 9.0.0 in preparation for the release of Puppet 8.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ end PuppetLint.configuration.send('disable_relative') + if Bundler.rubygems.find_name('github_changelog_generator').any? GitHubChangelogGenerator::RakeTask.new :changelog do |config| 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? |