Skip to content

Commit

Permalink
add configuration for auto release notes generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-toepfer committed Jan 10, 2024
1 parent 30a3fa6 commit b28097c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
changelog:
categories:
- title: Breaking Changes
labels:
- semver-major
- breaking-change
- title: New Features
labels:
- semver-minor
- enhancement
- title: Bug Fixes
labels:
- semver-patch
- bug
- title: Dependencies
labels:
- dependencies
- title: Other Changes
labels:
- "*"

0 comments on commit b28097c

Please sign in to comment.