Skip to content

Commit

Permalink
Add release notes generator configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg authored Mar 20, 2024
1 parent c0162ce commit 015c527
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
changelog:
exclude:
labels:
- ignore-changelog
- type/chore
- type/dependency-upgrade
categories:
- title: ":warning: Update considerations and deprecations"
labels:
- "warn/api-change"
- "warn/behavior-change"
- "warn/blocker"
- "warn/deprecation"
- "warn/regression"
- title: ":sparkles: New features and improvements"
labels:
- "type/enhancement"
- title: ":lady_beetle: Bug fixes"
labels:
- "type/bug"
- title: ":book: Documentation"
labels:
- "type/documentation"
- title: ":question: Other Changes"
labels:
- "*"

0 comments on commit 015c527

Please sign in to comment.