We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969ed0e commit 36d681eCopy full SHA for 36d681e
justfile
@@ -17,6 +17,7 @@ run:
17
clippy:
18
@cargo clippy -- --deny warnings
19
20
+# Do a release of the project requires version specify
21
release VERSION:
22
@git tag "v{{ VERSION }}"
23
@git push origin "v{{ VERSION }}"
0 commit comments