Skip to content

Commit

Permalink
use version-resolver for release drafter to apply semantic versioning…
Browse files Browse the repository at this point in the history
… e.g. if enhancment PRs are present

add release message template
  • Loading branch information
stefanseifert committed Jan 4, 2022
1 parent 4d6ca94 commit 3fed18c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/release-drafter.yml
@@ -1,2 +1,19 @@
_extends: .github
tag-template: buildnumber-maven-plugin-$NEXT_MINOR_VERSION
name-template: '$RESOLVED_VERSION'
tag-template: 'build-helper-maven-plugin-$RESOLVED_VERSION'
version-resolver:
major:
labels:
- major
minor:
labels:
- minor
- enhancement
patch:
labels:
- patch
default: patch
template: |
## Changes
$CHANGES

0 comments on commit 3fed18c

Please sign in to comment.