Skip to content

Commit

Permalink
Add Github releases template
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Sep 6, 2024
1 parent 9ed633d commit 5d3045b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
changelog:
categories:
- title: Breaking Changes
labels:
- semver-major
- breaking
- title: New Features
labels:
- semver-minor
- feature
- title: Bug Fixes
labels:
- semver-patch
- bugfix
- title: Other Changes
labels:
- '*'

0 comments on commit 5d3045b

Please sign in to comment.