aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormihaibuzgau <mihai.buzgau@puppet.com>2019-10-24 15:53:03 +0300
committermihaibuzgau <mihai.buzgau@puppet.com>2019-10-24 16:41:14 +0300
commit7c2da031557a70dadc7ef333ca948367a9bf33cc (patch)
tree5c8fa9e7dfabce758520e2edaf08f8958d0000f8
parent283a3f517b183372a61b5eb09ce083f893575eab (diff)
downloadpuppet-hosts_core-7c2da031557a70dadc7ef333ca948367a9bf33cc.tar.gz
puppet-hosts_core-7c2da031557a70dadc7ef333ca948367a9bf33cc.tar.bz2
(maint) Add chagelog-generator
-rw-r--r--.sync.yml6
-rw-r--r--Gemfile1
-rw-r--r--metadata.json2
3 files changed, 8 insertions, 1 deletions
diff --git a/.sync.yml b/.sync.yml
index 8c5ff48..73f272d 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -5,6 +5,12 @@
Layout/IndentHeredoc:
Enabled: false
Gemfile:
+ optional:
+ ':development':
+ - gem: 'github_changelog_generator'
+ git: 'https://github.com/skywinder/github-changelog-generator'
+ ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018'
+ condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')"
required:
':system_tests':
- gem: 'puppet-module-posix-system-r#{minor_version}'
diff --git a/Gemfile b/Gemfile
index 6e03a6c..623c8f4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -29,6 +29,7 @@ group :development do
gem "puppet-module-win-default-r#{minor_version}", '~> 0.3', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "puppet-module-win-dev-r#{minor_version}", '~> 0.3', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "puppet-strings", require: false
+ gem "github_changelog_generator", require: false, git: 'https://github.com/skywinder/github-changelog-generator', ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018' if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')
end
group :system_tests do
gem "puppet-module-posix-system-r#{minor_version}", require: false, platforms: [:ruby]
diff --git a/metadata.json b/metadata.json
index 92969ff..ec097dc 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,7 +1,7 @@
{
"name": "puppetlabs-host_core",
"version": "1.0.2",
- "author": "Puppet Labs",
+ "author": "puppetlabs",
"summary": "Installs and manages host entries",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-host_core",