Skip to content

Commit

Permalink
chore: Add GitHub release notes generator config
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Aug 28, 2023
1 parent 8fbc777 commit 6ab52b9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
changelog:
exclude:
labels:
- "type: dependencies"
- "dependencies"
categories:
- title: "✨ Features"
labels:
- "type: enhancement"
- "enhancement"
- title: "🔧 Changes"
labels:
- "breaking"
- title: "🐛 Fixes"
labels:
- "type: bug"
- "bug"
- title: "📚 Documentation"
labels:
- "type: documentation"
- "documentation"
- title: "Other"
labels:
- "*"

0 comments on commit 6ab52b9

Please sign in to comment.