-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathconfig.yml
executable file
·52 lines (52 loc) · 940 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://github.com/sourcenetwork/defradb
options:
commits:
filters:
Type:
- feat
- fix
- tools
- docs
- perf
- refactor
- test
- ci
- chore
- bot
commit_groups:
title_maps:
feat: Features
fix: Fixes
tools: Tooling
docs: Documentation
perf: Performance
refactor: Refactoring
test: Testing
ci: Continuous integration
bot: Bot
sort_by: Custom
title_order:
- feat
- fix
- tools
- docs
- perf
- refactor
- test
- ci
- chore
- bot
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
- Type
- Scope
- Subject
notes:
keywords:
- BREAKING CHANGES
- BREAKING CHANGE