Skip to content

Commit 0e395fb

Browse files
chore(deps): update release-drafter/release-drafter action to v7 (#51)
* chore(deps): update release-drafter/release-drafter action to v7 * feat(release): add configuration file --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Steffen Wonning <6805083+theEvilReaper@users.noreply.github.com>
1 parent 55bd439 commit 0e395fb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
template: |
2+
## Changes
3+
4+
$CHANGES

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: release-drafter/release-drafter@v6
22+
- uses: release-drafter/release-drafter@v7
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)