Skip to content

Commit

Permalink
Merge pull request #103 from alma/devx/dex-892-add-release-drafter-te…
Browse files Browse the repository at this point in the history
…mplate-on-main-branch

[DEX-892] Add a basic template for release-drafter on main branch
  • Loading branch information
carine-bonnafous authored Jun 27, 2024
2 parents 75f6aa7 + cf81c6f commit 6275c4d
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 6275c4d

Please sign in to comment.