github.com/consensys/gnark-crypto@v0.14.0/.chglog/config.yml (about)

     1  style: github
     2  template: CHANGELOG.tpl.md
     3  info:
     4    title: CHANGELOG
     5    repository_url: https://github.com/ConsenSys/gnark-crypto
     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*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
    22      pattern_maps:
    23        - Type
    24        - Scope
    25        - Subject
    26    notes:
    27      keywords:
    28        - BREAKING CHANGE