Skip to content

Commit 81706bf

Browse files
chore(deps): update wyrihaximus/github-action-get-previous-tag action to v2
1 parent f895b9a commit 81706bf

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/changelog.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
}
4444
],
4545
"pr_template": "- ${{TITLE}} ##{{NUMBER}} by @#{{AUTHOR}}",
46+
"max_pull_requests": 300,
4647
"empty_template": "- no changes",
4748
"transformers": [
4849
{

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
5555
- name: Get Previous tag
5656
id: previous_tag
57-
uses: "WyriHaximus/github-action-get-previous-tag@04e8485ecb6487243907e330d522ff60f02283ce" # v1.4.0
57+
uses: "WyriHaximus/github-action-get-previous-tag@61819f33034117e6c686e6a31dba995a85afc9de" # v2.0.0
5858
with:
59-
prefix: v
59+
pattern: v*
6060
if: steps.tag_exists.outputs.TAG_EXISTS == 'false'
6161

6262
- name: Tag release
@@ -191,9 +191,9 @@ jobs:
191191
192192
- name: Get Previous tag
193193
id: previous_tag
194-
uses: "WyriHaximus/github-action-get-previous-tag@04e8485ecb6487243907e330d522ff60f02283ce" # v1.4.0
194+
uses: "WyriHaximus/github-action-get-previous-tag@61819f33034117e6c686e6a31dba995a85afc9de" # v2.0.0
195195
with:
196-
prefix: crds_v
196+
pattern: crds_v*
197197
if: steps.tag_exists.outputs.TAG_EXISTS == 'false'
198198

199199
- name: Tag release

0 commit comments

Comments
 (0)