Skip to content

Commit faafd8f

Browse files
Use common release-drafter configuration
1 parent a91b402 commit faafd8f

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.github/release-drafter.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
11
_extends: .github
2-
name-template: '$RESOLVED_VERSION'
3-
tag-template: 'build-helper-maven-plugin-$RESOLVED_VERSION'
4-
version-resolver:
5-
major:
6-
labels:
7-
- major
8-
minor:
9-
labels:
10-
- minor
11-
- enhancement
12-
patch:
13-
labels:
14-
- patch
15-
default: patch
16-
template: |
17-
## Changes
18-
19-
$CHANGES

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- master
6+
workflow_dispatch:
7+
68
jobs:
79
update_release_draft:
810
uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v4

0 commit comments

Comments
 (0)