]> Git — Sourcephile - haskell/literate-web.git/blob - .chglog/config.yml
feat(compiler): add instance `Show OuputPath`
[haskell/literate-web.git] / .chglog / config.yml
1 style: none
2 template: CHANGELOG.tpl.md
3 info:
4 title: ChangeLog
5 repository_url: "https://git.sourcephile.fr/haskell/literate-web"
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 - build
17 - clarity
18 - doc
19 - iface
20 - impl
21 - tests
22 title_maps:
23 build: Build
24 clarity: Clarity
25 doc: Documentation
26 iface: Interface
27 impl: Implementation
28 tests: Tests
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