chore(deps)!: update release-drafter/release-drafter action (v6 → v7) (#11)

This commit is contained in:
renovate[bot]
2026-03-15 17:58:17 +02:00
committed by GitHub
parent 819a2084ee
commit 5fef4c3ec8

View File

@@ -13,14 +13,18 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6
- uses: release-drafter/release-drafter@3a7fb5c85b80b1dda66e1ccb94009adbbd32fce3 # v7
with:
publish: false
prerelease: true
config-name: auto-release.yml
commitish: main
# allows autolabeler to run without unmerged PRs from being added to draft
disable-releaser: ${{ github.ref_name != 'main' }}
env: