Skip to content

Commit

Permalink
Add release notes configuration (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen authored Apr 24, 2023
1 parent d97fe5c commit 58ae749
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
changelog:
exclude:
labels:
- ignore for notes
categories:
- title: Incompatible Changes
labels:
- incompatible changes
- title: Features
labels:
- feature
- title: Bugfixes
labels:
- bug
- title: Other Changes
labels:
- "*"
exclude:
labels:
- dependencies
- title: Dependency Updates
labels:
- dependencies

0 comments on commit 58ae749

Please sign in to comment.