Skip to content

Commit 36d681e

Browse files
committed
chore(just): provide des for running release
1 parent 969ed0e commit 36d681e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ run:
1717
clippy:
1818
@cargo clippy -- --deny warnings
1919

20+
# Do a release of the project requires version specify
2021
release VERSION:
2122
@git tag "v{{ VERSION }}"
2223
@git push origin "v{{ VERSION }}"

0 commit comments

Comments
 (0)