Skip to content

Commit

Permalink
maint: add labels to release.yml for auto-generated grouping (#182)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- auto-generated release notes should just automatically include
dependencies and docs in maintenance section

## Short description of the changes

- update `release.yml` that gets used for generating release notes to
include labels of `type: dependencies` and `type: documentation`
  • Loading branch information
JamieDanielson authored Mar 8, 2024
1 parent 67ae857 commit 18b24b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ changelog:
- title: 🛠 Maintenance
labels:
- "type: maintenance"
- "type: dependencies"
- "type: documentation"
- title: 🤷 Other Changes
labels:
- "*"
- "*"

0 comments on commit 18b24b8

Please sign in to comment.