Skip to content

Commit

Permalink
Merge pull request #112 from alma/devx/dex-889-add-release-draft-temp…
Browse files Browse the repository at this point in the history
…late-on-main-branch

[DEX-889] Add a template for release-drafter
  • Loading branch information
carine-bonnafous authored Jun 14, 2024
2 parents 335c04f + acab584 commit 3ca1d39
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 3ca1d39

Please sign in to comment.