-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.chglog.yml
More file actions
55 lines (55 loc) · 1.3 KB
/
.chglog.yml
File metadata and controls
55 lines (55 loc) · 1.3 KB
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
53
54
55
debug: false
package-name: "bitbucket-cli"
owner: "Gildas Cherruel <gildas@breizh.org>"
exclude-merge-commits: true
filters:
exclude:
- "^test:"
- "^test\\("
- "^chore: update$"
- "^chore: docs$"
- "^docs: update$"
- "^chore: schema$"
- "^chore: typo$"
- "^chore: auto-update generated files$"
- "^chore: update schema$"
- "^chore: schema update$"
- "^chore\\(deps\\): "
- "^(build|ci): "
- "merge conflict"
- "Merged in "
- Merge pull request
- Merge remote-tracking branch
- Merge branch
- More git ignore
- New git ignore
- "^Bumped to version"
- Updated go packages
- Updated Go packages
- Updated GO packages
- "Updated [A-Za-z]+ packages*"
- Updated Changelog
- Updated modules
- Updated packaging
- Updated Packaging
- Updated Documentation
- Updated checksums
- go mod tidy
- cosmetics
- typo
- typos
groups:
- title: "New Features"
regexp: '^.*?feat(\(.+\))??!?:.+$'
order: 100
- title: "Security updates"
regexp: '^.*?sec(\(.+\))??!?:.+$'
order: 150
- title: "Bug fixes"
regexp: '^.*?(fix|refactor)(\(.+\))??!?:.+$'
order: 200
- title: "Documentation updates"
regexp: ^.*?docs?(\(.+\))??!?:.+$
order: 400
- title: Other work
order: 9999