Skip to content

Commit

Permalink
Add missing release drafter yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecurtis committed Feb 24, 2025
1 parent dc17d9f commit 148afc9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
categories:
- title: 'Breaking'
label: 'major'
- title: 'Added'
label: 'minor'
- title: 'Fixed'
label: 'patch'
- title: 'Dependency updates'
label: 'dependencies'
exclude-labels:
- 'skip-changelog'
- 'github_actions'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
- 'dependencies'
default: patch
template: |
## What’s Changed
$CHANGES

0 comments on commit 148afc9

Please sign in to comment.