]> Git — Sourcephile - haskell/symantic-base.git/blob - .chglog/config.yml
doc: rename {hut => code}.sourcephile.fr
[haskell/symantic-base.git] / .chglog / config.yml
1 style: none
2 template: CHANGELOG.tpl.md
3 info:
4 title: ChangeLog
5 repository_url: "https://git.code.sourcephile.fr/~julm/symantic-base"
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 - build
20 title_maps:
21 build: Build
22 doc: Documentation
23 iface: Interface
24 impl: Implementation
25
26 header:
27 pattern: "^([\\w\\$\\.\\-\\*\\s]*)\\:\\s(\\w*)\\s*(.*)$"
28 pattern_maps:
29 - Scope
30 - Type
31 - Subject
32
33 notes:
34 keywords:
35 - BREAKING CHANGE