aboutsummaryrefslogtreecommitdiff
path: root/.chglog/config.yml
blob: 6c3b573c87debdfb3ad69c5bc70375db3f874b2d (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
38
39
style: none
template: CHANGELOG.tpl.md
info:
  title: CHANGELOG
  repository_url: https://git.hampusmat.com/syrette
options:
  sort: "semver"
  commits:
    filters:
      Type:
        - feat
        - fix
        - perf
        - refactor
        - style
        - chore
        - build
        - docs
        - test
  commit_groups:
    title_maps:
      feat: Features
      fix: Bug Fixes
      perf: Performance Improvements
      refactor: Code Refactoring
      style: Style Improvements
      chore: Chores
      build: Build System/Dependency Changes
      docs: Documentation Changes
      test: Code Testing
  header:
    pattern: "^(\\w*)!?(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
    pattern_maps:
      - Type
      - Scope
      - Subject
  notes:
    keywords:
      - BREAKING CHANGE