Add release notes config
This commit is contained in:
parent
2aef5bbfcf
commit
fce03f80a9
23
.github/release.yml
vendored
Normal file
23
.github/release.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
|
||||
changelog:
|
||||
categories:
|
||||
- title: Breaking changes
|
||||
labels:
|
||||
- breaking
|
||||
|
||||
- title: New features and enhancements
|
||||
labels:
|
||||
- "*"
|
||||
exclude:
|
||||
labels:
|
||||
- bug
|
||||
- automation
|
||||
|
||||
- title: Bugs fixed
|
||||
labels:
|
||||
- bug
|
||||
|
||||
- title: Dependency updates
|
||||
labels:
|
||||
- automation
|
Loading…
x
Reference in New Issue
Block a user