Skip to content

Commit

Permalink
Chore [deps:github-actions]: Bump release-drafter/release-drafter (#574)
Browse files Browse the repository at this point in the history
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.25.0 to 6.0.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@09c613e...3f0f870)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent ca93278 commit 907e7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
api.github.com:443
github.com:443
- name: "Run auto-labeler"
uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5.25.0
uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6.0.0
with:
disable-releaser: true
disable-autolabeler: false
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
env:
LATEST_TAG: ${{ steps.latest_release.outputs.tag || '' }}
- name: "Generate release notes and label pull requests"
uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5.25.0
uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6.0.0
with:
version: ${{ steps.next_release.outputs.version }}
publish: false
Expand Down

0 comments on commit 907e7e5

Please sign in to comment.