Skip to content

Commit

Permalink
maint: add labels to release.yml for auto-generated grouping (#342)
Browse files Browse the repository at this point in the history
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 6, 2024
1 parent be37094 commit 2a90b78
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 2a90b78

Please sign in to comment.