]> Git — Sourcephile - haskell/symantic-document.git/blob - .chglog/config.yml
build: cleanup license
[haskell/symantic-document.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-document"
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 title_maps:
22 build: Build
23 doc: Documentation
24 iface: Interface
25 impl: Implementation
26 tests: Tests
27
28 header:
29 pattern: "^([\\w\\$\\.\\-\\*\\s]*)\\:\\s(\\w*)\\s*(.*)$"
30 pattern_maps:
31 - Scope
32 - Type
33 - Subject
34
35 notes:
36 keywords:
37 - BREAKING CHANGE