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 f9ebe4f commit beab51cCopy full SHA for beab51c
justfile
@@ -220,4 +220,4 @@ validate_version VERSION:
220
release VERSION:
221
@just validate_version {{ VERSION }}
222
git tag -s v{{ VERSION }} -m "{{ VERSION }} Release"
223
- git push origin {{ VERSION }}
+ git push origin v{{ VERSION }}
0 commit comments