Add release notes config

This commit is contained in:
Matt Pryor 2024-01-31 11:53:38 +00:00
parent 2aef5bbfcf
commit fce03f80a9

23
.github/release.yml vendored Normal file
View 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