Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit cd5c3e9

Browse files
Merge pull request #77 from staticdev/dependabot/github_actions/release-drafter/release-drafter-v5.11.0
Bump release-drafter/release-drafter from v5.9.0 to v5.11.0
2 parents d90056c + 31af673 commit cd5c3e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Publish the release notes
13-
uses: release-drafter/release-drafter@v5.9.0
13+
uses: release-drafter/release-drafter@v5.11.0
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
repository_url: https://test.pypi.org/legacy/
6565

6666
- name: Publish the release notes
67-
uses: release-drafter/release-drafter@v5.9.0
67+
uses: release-drafter/release-drafter@v5.11.0
6868
with:
6969
publish: ${{ steps.check-version.outputs.tag != '' }}
7070
tag: ${{ steps.check-version.outputs.tag }}

0 commit comments

Comments
 (0)