Repository URL to install this package:
Version:
3.2.2 ▾
|
hiera-eyaml
/
Rakefile
|
---|
require "bundler/gem_tasks"
begin
require 'github_changelog_generator/task'
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
version = Hiera::Backend::Eyaml::VERSION
config.future_release = "v#{version}" if version =~ /^\d+\.\d+.\d+$/
config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file."
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog}
config.user = 'voxpupuli'
config.project = 'hiera-eyaml'
end
rescue LoadError
end