Skip to content

Commit

Permalink
build(deps): bump release-drafter/release-drafter from 5.25.0 to 6.0.0
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@v5.25.0...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cauliyang committed Feb 2, 2024
1 parent e5882d5 commit f08c0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
packages_dir: artifact/

- name: Publish the release notes
uses: release-drafter/release-drafter@v5.25.0
uses: release-drafter/release-drafter@v6.0.0
with:
publish: ${{ needs.release.outputs.tag != '' }}
tag: ${{ needs.release.outputs.tag }}
Expand All @@ -195,7 +195,7 @@ jobs:
packages_dir: artifact/

- name: Publish the release notes
uses: release-drafter/release-drafter@v5.25.0
uses: release-drafter/release-drafter@v6.0.0
with:
publish: ${{ needs.release.outputs.tag != '' }}
tag: ${{ needs.release.outputs.tag }}
Expand Down

0 comments on commit f08c0f4

Please sign in to comment.