mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-06 02:51:34 +00:00
If reviewers add the right labels to pull requests then the release note categories can be generated automatically.
19 lines
508 B
YAML
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
|