Files
openfoodnetwork/.github/release.yml
Maikel Linke 2917e2f849 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.
2023-08-21 10:39:52 +10:00

19 lines
508 B
YAML

changelog:
categories:
- title: "User-facing changes 👀" # Other categories will need to be manually arrange for now.
labels:
- '*'
exclude:
labels:
- dependencies
- feature toggled
- technical changes only
- title: "Experimental features for testing 😎"
- feature toggled
- title: "Technical changes 🔧"
labels:
- technical changes only
- title: "Dependencies 📦"
labels:
- dependencies