Skip to content

Commit fdcd6e1

Browse files
committed
fix release recipe
1 parent e31c48b commit fdcd6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,6 @@ validate_version VERSION:
219219

220220
# issue a relase for the given semver string (e.g. 2.1.0)
221221
release VERSION:
222-
@just validate_version {{ VERSION }}
222+
@just validate_version v{{ VERSION }}
223223
git tag -s v{{ VERSION }} -m "{{ VERSION }} Release"
224224
git push origin v{{ VERSION }}

0 commit comments

Comments
 (0)