code.cestus.io/tools/fabricator@v0.4.3/.chglog/config.yml (about)

     1  # region CODE_REGION(changelog)
     2  style: gitlab
     3  template: CHANGELOG.tpl.md
     4  info:
     5    title: CHANGELOG
     6    repository_url: https://github.com/CestusIO/fabricator
     7  options:
     8    commits:
     9    # filters:
    10    #   Type:
    11    #     - feat
    12    #     - fix
    13    #     - perf
    14    #     - refactor
    15    #     - chore
    16    commit_groups:
    17      title_maps:
    18        feat: Features
    19        fix: Bug Fixes
    20        perf: Performance Improvements
    21        refactor: Code Refactoring
    22        chore: Chores
    23        ci: CI
    24    header:
    25      pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
    26      pattern_maps:
    27        - Type
    28        - Scope
    29        - Subject
    30    notes:
    31      keywords:
    32        - BREAKING CHANGE
    33  #endregion