Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
riverma authored Mar 21, 2024
1 parent cacf092 commit 9daed59
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,22 @@ changelog:
categories: # group PRs by your most important labels. Add / customize as needed.
- title: "🚀 Features"
labels:
- "enhancement"
- enhancement
- title: "🐛 Bug Fixes"
labels:
- "bug"
- bug
- title: "📚 Documentation"
labels:
- "documentation"
- documentation
- title: 📦 Dependencies
labels:
- dependencies
- title: 💻 Other Changes
labels:
- "*"
exclude: # place the list of all labels you've categorized aboved to avoid duplication!
labels:
- enhancement
- bug
- documentation
- dependencies

0 comments on commit 9daed59

Please sign in to comment.