mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Add release note category "API changes"
[skip ci]
This commit is contained in:
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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
4
.github/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user