Sha256: 157d0f1f05490738bd77a6c067543367bbc0a2954ffb169086e2879842761151
Contents?: true
Size: 632 Bytes
Versions: 1
Compression:
Stored size: 632 Bytes
Contents
require 'github_changelog_generator/task' GitHubChangelogGenerator::RakeTask.new :changelog do |config| config.user = 'powerhome' config.project = 'playbook' config.since_tag = Playbook::VERSION config.header = '' config.issues = false config.base = 'CHANGELOG.md' config.enhancement_prefix = '**Kit Enhancements:**' config.bug_prefix = '**Fixed Bugs:**' config.max_issues = 75 config.configure_sections = {"New Kits":{"prefix":"**New Kits:**","labels":["new kit"]},"Improvements": {"prefix":"**Improvements:**","labels":["improvement"]},"Breaking": {"prefix":"**Breaking Changes:**","labels":["breaking"]}} end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
playbook_ui-7.0.1.pre.alpha15 | lib/tasks/changelog.rake |