Skip to content

Commit

Permalink
chore: improve release notes configuration (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
djelinek authored Feb 4, 2025
1 parent c37cdf7 commit 3cc71bb
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ changelog:
categories:
- title: 🚫 Bugs
labels:
- "bug"
exclude:
labels:
- dependencies
- bug
- title: 🚀 Features
labels:
- "enhancement"
exclude:
labels:
- dependencies
- enhancement
- feature
- title: 🔧 Tasks
labels:
- task
- title: 🔎 Tests
labels:
- test
- title: 📦 Dependencies
labels:
- dependencies
Expand Down

0 comments on commit 3cc71bb

Please sign in to comment.