Sha256: 7d126c1f4e49d6a25b915d61be56bd4fa54f1539bb63bbb2c32a610c7cd78274
Contents?: true
Size: 550 Bytes
Versions: 6
Compression:
Stored size: 550 Bytes
Contents
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
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
hiera-eyaml-3.2.2 | Rakefile |
hiera-eyaml-3.2.1 | Rakefile |
hiera-eyaml-3.2.0 | Rakefile |
hiera-eyaml-3.1.1 | Rakefile |
hiera-eyaml-3.1.0 | Rakefile |
hiera-eyaml-3.0.0 | Rakefile |