summaryrefslogtreecommitdiff
path: root/.chglog/config.yml
blob: 2c69658efa7b06e02e2a5b373c00f6cf75ea1b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
style: Github
template: CHANGELOG.tpl.md
info:
  title: CHANGELOG
  repository_url: https://git.mills.io/prologic/tube
options:
  commits:
    filters:
      Type:
        - Add
        - Fix
        - Update
        - Document
  commit_groups:
    title_maps:
      Add: Features
      Update: Updates
      Fix: Bug Fixes
      Document: Documentation
  header:
    pattern: "^((\\w+)\\s.*)$"
    pattern_maps:
      - Subject
      - Type
  refs:
    actions:
      - Closes
      - Fixes
  reverts:
    pattern: "^Revert \"([\\s\\S]*)\"$"
    pattern_maps:
      - Header
  notes:
    keywords:
      - NOTE
      - BREAKING CHANGE