Skip to content

Commit b95c4fe

Browse files
ci: bump aaronsteers/semantic-pr-release-drafter from 1.1.0 to 2.0.1 (#149)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c563a62 commit b95c4fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161

162162
- name: Get next version from release drafter
163163
id: get-version
164-
uses: aaronsteers/semantic-pr-release-drafter@v1.1.0
164+
uses: aaronsteers/semantic-pr-release-drafter@v2.0.1
165165
with:
166166
dry-run: true
167167
env:

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Create draft release
40-
uses: aaronsteers/semantic-pr-release-drafter@v1.1.0
40+
uses: aaronsteers/semantic-pr-release-drafter@v2.0.1
4141
id: release-drafter
4242
with:
4343
name-template: 'v$RESOLVED_VERSION'

0 commit comments

Comments
 (0)