We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91b402 commit faafd8fCopy full SHA for faafd8f
.github/release-drafter.yml
@@ -1,19 +1 @@
1
_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
10
- - minor
11
- - enhancement
12
- patch:
13
14
- - patch
15
- default: patch
16
-template: |
17
- ## Changes
18
-
19
- $CHANGES
.github/workflows/release-drafter.yml
@@ -3,6 +3,8 @@ on:
push:
branches:
- master
+ workflow_dispatch:
+
jobs:
update_release_draft:
uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v4
0 commit comments