Skip to content

Commit

Permalink
maint: add labels to release.yml for auto-generated grouping (#241)
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 ed169d3 commit fcd9c4e
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 fcd9c4e

Please sign in to comment.