github.com/amplia-iiot/yutil@v1.0.1-0.20231229120411-5d96a4c5a136/.chglog/release-notes.yml (about)

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