github.com/vmware/govmomi@v0.43.0/.chglog/config.yml (about)

     1  style: github
     2  # by default use Github RELEASE template which includes refs to issues/PRs
     3  # to generate CHANGELOG.md use git-chlog -t <path_to_CHANGELOG.tpl.md>
     4  template: RELEASE.tpl.md
     5  info:
     6    title: CHANGELOG
     7    repository_url: https://github.com/vmware/govmomi
     8  options:
     9    commits:
    10      filters:
    11        Type:
    12          - govc
    13          - vcsim
    14          - chore
    15          - docs
    16          - examples
    17          - fix
    18          - api
    19    commit_groups:
    20      title_maps:
    21        api: ๐Ÿ’ซ API Changes
    22        govc: ๐Ÿ’ซ `govc` (CLI)
    23        vcsim: ๐Ÿ’ซ `vcsim` (Simulator)
    24        chore: ๐Ÿงน Chore
    25        fix: ๐Ÿž Fix
    26        docs: ๐Ÿ“ƒ Documentation
    27        examples: ๐Ÿ’ก Examples
    28    header:
    29      pattern: "^(\\w*)\\:\\s(.*)$"
    30      pattern_maps:
    31        - Type
    32        - Subject
    33    refs:
    34      actions:
    35        - Closes
    36        - Fixes
    37    notes:
    38      keywords:
    39        - "BREAKING"