mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
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:
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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
9
.github/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user