Skip to content

Commit

Permalink
chore: add a basic template for release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
carine-bonnafous committed Jun 26, 2024
1 parent 75f6aa7 commit cf81c6f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'

template: |
$CHANGES
change-template: '- $TITLE'
change-title-escapes: '\<*_&#@`'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
- 'type: feature'
patch:
labels:
- 'patch'
default: patch

0 comments on commit cf81c6f

Please sign in to comment.