Use version resolver with Release Drafter
This commit is contained in:
parent
c979b72cf3
commit
e98f493c39
21
.github/release-drafter.yml
vendored
21
.github/release-drafter.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name-template: "$NEXT_PATCH_VERSION"
|
||||
tag-template: "$NEXT_PATCH_VERSION"
|
||||
name-template: "Release $RESOLVED_VERSION"
|
||||
tag-template: "$RESOLVED_VERSION"
|
||||
|
||||
categories:
|
||||
- title: "Added"
|
||||
|
@ -26,3 +26,20 @@ template: |
|
|||
## Changes
|
||||
|
||||
$CHANGES
|
||||
|
||||
version-resolver:
|
||||
major:
|
||||
labels:
|
||||
- "changelog: Removed"
|
||||
minor:
|
||||
labels:
|
||||
- "changelog: Added"
|
||||
- "changelog: Changed"
|
||||
- "changelog: Deprecated"
|
||||
- "enhancement"
|
||||
|
||||
patch:
|
||||
labels:
|
||||
- "changelog: Fixed"
|
||||
- "bug"
|
||||
default: minor
|
||||
|
|
Loading…
Reference in a new issue