Skip to content

Commit

Permalink
chore(deps): update release-drafter/release-drafter action to v6 (.gi…
Browse files Browse the repository at this point in the history
…thub/workflows/release-draft.yml)
  • Loading branch information
IK Renovate Bot committed Mar 24, 2024
1 parent b9c3ac8 commit a7d1a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
DEFAULT_BUMP: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.bump || 'patch' }}

- name: release-draft
uses: release-drafter/release-drafter@v5.20.0
uses: release-drafter/release-drafter@v6.0.0
if: "!contains(github.event.head_commit.message, 'skip')"
# contains(github.event.head_commit.message, 'release')
id: release
Expand Down

0 comments on commit a7d1a01

Please sign in to comment.