Generate all release note categories with labels

If reviewers add the right labels to pull requests then the release
note categories can be generated automatically.
This commit is contained in:
Maikel Linke
2023-08-21 10:39:52 +10:00
parent 241239ac68
commit 2917e2f849
2 changed files with 13 additions and 2 deletions

View File

@@ -20,7 +20,11 @@
<!-- Please select one for your PR and delete the other. -->
Changelog Category: User facing changes | Technical changes
Changelog Category (reviewers may add a label for the release notes):
- [x] User facing changes
- [ ] Technical changes only
- [ ] Feature toggled
<!-- Choose a pull request title above which explains your change to a
a user of the Open Food Network app. -->

9
.github/release.yml vendored
View File

@@ -6,6 +6,13 @@ changelog:
exclude:
labels:
- dependencies
- title: Dependencies 📦
- feature toggled
- technical changes only
- title: "Experimental features for testing 😎"
- feature toggled
- title: "Technical changes 🔧"
labels:
- technical changes only
- title: "Dependencies 📦"
labels:
- dependencies