Skip to content

Commit

Permalink
Add release draft template
Browse files Browse the repository at this point in the history
  • Loading branch information
carine-bonnafous committed Jun 11, 2024
1 parent 06bb677 commit c553910
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 c553910

Please sign in to comment.