Skip to content

Commit 8bf7f86

Browse files
chore: previous tag is required to calculate changelog (#41)
Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent 10c3452 commit 8bf7f86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
default: v0.1.0-rc.2
1010
prev_tag:
1111
description: "previous tag: Tag from which to start calculating the changelog"
12-
required: false
12+
required: true
13+
default: v0.1.0-beta.0
1314
commit_ref:
1415
description: "commit ref: The branch, tag or SHA of the commit to use for the release."
1516
required: false

0 commit comments

Comments
 (0)