mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Switch release changelog to include filter
This commit is contained in:
parent
cd5cc9bc2e
commit
e7ecc260f8
@ -76,13 +76,11 @@ snapshot:
|
|||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
filters:
|
filters:
|
||||||
exclude:
|
include:
|
||||||
- "^test:"
|
- "^feat:"
|
||||||
- "^chore"
|
- "^fix:"
|
||||||
- "merge conflict"
|
- "^sec:"
|
||||||
- Merge pull request
|
- "^docs:"
|
||||||
- Merge remote-tracking branch
|
|
||||||
- Merge branch
|
|
||||||
groups:
|
groups:
|
||||||
- title: "Dependency updates"
|
- title: "Dependency updates"
|
||||||
regexp: '^.*?(feat|fix)\(deps\)!?:.+$'
|
regexp: '^.*?(feat|fix)\(deps\)!?:.+$'
|
||||||
@ -99,8 +97,6 @@ changelog:
|
|||||||
- title: "Documentation updates"
|
- title: "Documentation updates"
|
||||||
regexp: ^.*?doc(\([[:word:]]+\))??!?:.+$
|
regexp: ^.*?doc(\([[:word:]]+\))??!?:.+$
|
||||||
order: 400
|
order: 400
|
||||||
- title: Other work
|
|
||||||
order: 9999
|
|
||||||
release:
|
release:
|
||||||
draft: false
|
draft: false
|
||||||
footer: |
|
footer: |
|
||||||
|
Loading…
Reference in New Issue
Block a user