]> Git — Sourcephile - haskell/symantic-parser.git/blob - .chglog/config.yml
legal: add license `BSD-3-Clause`
[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 - legal
18 - doc
19 - impl
20 - tests
21 - build
22 - legal
23 title_maps:
24 build: Build
25 doc: Documentation
26 iface: Interface
27 impl: Implementation
28 legal: Legal
29 tests: Testing
30
31 header:
32 pattern: "^([\\w\\$\\.\\-\\*\\s]*)\\:\\s(\\w*)\\s*(.*)$"
33 pattern_maps:
34 - Scope
35 - Type
36 - Subject
37
38 notes:
39 keywords:
40 - BREAKING CHANGE