]> Git — Sourcephile - haskell/symantic-parser.git/blob - .chglog/config.yml
build: update `git-chglog` config
[haskell/symantic-parser.git] / .chglog / config.yml
1 style: none
2 template: CHANGELOG.tpl.md
3 info:
4 title: ChangeLog
5 repository_url: "https://git.hut.sourcephile.fr/~julm/symantic-parser"
6 options:
7 sort: "date"
8
9 commits:
10 sort_by: Type
11
12 commit_groups:
13 group_by: Scope
14 sort_by: Custom
15 title_order:
16 - iface
17 - doc
18 - impl
19 - tests
20 - build
21 - legal
22 title_maps:
23 build: Build
24 doc: Documentation
25 iface: Interface
26 impl: Implementation
27 legal: Legal
28 tests: Testing
29
30 header:
31 pattern: "^([\\w\\$\\.\\-\\*\\s]*)\\:\\s(\\w*)\\s*(.*)$"
32 pattern_maps:
33 - Scope
34 - Type
35 - Subject
36
37 notes:
38 keywords:
39 - BREAKING CHANGE