Skip to content

Commit ece02f9

Browse files
Bump release-drafter/release-drafter from 6.2.0 to 6.4.0
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6.2.0 to 6.4.0. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@6db134d...6a93d82) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec0f25b commit ece02f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
- name: Create release
143143
id: create-release
144-
uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0
144+
uses: release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7 # v6.4.0
145145
with:
146146
config-name: "release-drafter-${{ needs.calculate-policy-from-tag.outputs.policy-name }}.yml"
147147
disable-autolabeler: true

.github/workflows/reusable-auto-labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: ./.github/actions/get-policy-metadata
1717
with:
1818
policy-working-dir: "${{ inputs.policy-working-dir }}"
19-
- uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0
19+
- uses: release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7 # v6.4.0
2020
with:
2121
config-name: "release-drafter-${{ steps.policy-info.outputs.policy-basename }}.yml"
2222
prerelease: ${{ contains(steps.policy-info.outputs.policy-version, '-alpha') || contains(steps.policy-info.outputs.policy-version, '-beta') || contains(steps.policy-info.outputs.policy-version, '-rc') }}

0 commit comments

Comments
 (0)