We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31c48b commit fdcd6e1Copy full SHA for fdcd6e1
justfile
@@ -219,6 +219,6 @@ validate_version VERSION:
219
220
# issue a relase for the given semver string (e.g. 2.1.0)
221
release VERSION:
222
- @just validate_version {{ VERSION }}
+ @just validate_version v{{ VERSION }}
223
git tag -s v{{ VERSION }} -m "{{ VERSION }} Release"
224
git push origin v{{ VERSION }}
0 commit comments