Skip to content

Commit

Permalink
Add configuration file to generate release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Feb 11, 2024
1 parent aa629d6 commit b99de4e
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:
categories:
- title: Breaking Changes
labels:
- breaking-change
- title: Exciting New Features
labels:
- new-features
- title: Refactor
labels:
- refactor
- title: Bugfixes
labels:
- bugfix
- title: Dependency changes\n_test_
labels:
- dependencies
- title: Internal
labels:
- internal

0 comments on commit b99de4e

Please sign in to comment.