Add release note category "API changes"

[skip ci]
This commit is contained in:
Maikel
2023-09-01 14:10:04 +10:00
committed by Maikel Linke
parent bcfc15f102
commit f27ecb6bcd
2 changed files with 5 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
Changelog Category (reviewers may add a label for the release notes):
- [x] User facing changes
- [ ] API changes (V0, V1 or DFC)
- [ ] Technical changes only
- [ ] Feature toggled

4
.github/release.yml vendored
View File

@@ -5,9 +5,13 @@ changelog:
- '*'
exclude:
labels:
- api changes
- dependencies
- feature toggled
- technical changes only
- title: "API changes ⚠️"
labels:
- api changes
- title: "Features under construction 🚧"
labels:
- feature toggled