github.com/newrelic/newrelic-client-go@v1.1.0/.chglog/config.yml (about) 1 style: github 2 template: CHANGELOG.tpl.md 3 info: 4 title: CHANGELOG 5 repository_url: https://github.com/newrelic/newrelic-client-go 6 options: 7 commits: 8 filters: 9 Type: 10 - docs 11 - feat 12 - fix 13 - refactor 14 15 commit_groups: 16 title_maps: 17 docs: Documentation Updates 18 feat: Features 19 fix: Bug Fixes 20 refactor: Refactor 21 22 refs: 23 actions: 24 - Closes 25 - Fixes 26 - Resolves 27 28 issues: 29 prefix: 30 - # 31 32 header: 33 pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$" 34 pattern_maps: 35 - Type 36 - Scope 37 - Subject 38 39 notes: 40 keywords: 41 - BREAKING CHANGE