Skip to content

Commit

Permalink
Add changelog config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Dec 18, 2023
1 parent 9cdfd8b commit 4145d44
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
changelog:
exclude:
labels:
- duplicate
- invalid
- question
- wontfix
categories:
- title: Breaking
labels:
- breaking
- title: Added
labels:
- enhancement
- title: Fixed
labels:
- bug
- title: Dependencies
labels:
- dependencies

0 comments on commit 4145d44

Please sign in to comment.