We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add09c0 commit 2ea7dacCopy full SHA for 2ea7dac
.github/release-drafter.yml
@@ -1,2 +1 @@
1
_extends: .github
2
-tag-template: license-maven-plugin-$NEXT_MINOR_VERSION
.github/workflows/release-drafter.yml
@@ -7,8 +7,4 @@ on:
7
8
jobs:
9
update_release_draft:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - uses: release-drafter/release-drafter@v5
13
- env:
14
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v3
0 commit comments