github.com/fredbi/git-chglog@v0.0.0-20190706071416-d35c598eac81/.chglog/config.yml (about)

     1  style: github
     2  template: CHANGELOG.tpl.md
     3  info:
     4    title: CHANGELOG
     5    repository_url: https://github.com/git-chglog/git-chglog
     6  options:
     7    commits:
     8      filters:
     9        Type:
    10          - feat
    11          - fix
    12          - perf
    13          - refactor
    14    commit_groups:
    15      title_maps:
    16        feat: Features
    17        fix: Bug Fixes
    18        perf: Performance Improvements
    19        refactor: Code Refactoring
    20    header:
    21      pattern: "^(\\w*)\\:\\s(.*)$"
    22      pattern_maps:
    23        - Type
    24        - Subject
    25    notes:
    26      keywords:
    27        - BREAKING CHANGE