Skip to content

Commit fed8347

Browse files
committed
Add tag justfile command
1 parent 9acbfa1 commit fed8347

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

justfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,7 @@ tutorials-check:
8787
8888
install-completions:
8989
mkdir -p $HOME/.local/share/bash-completion
90-
just --completions bash > $HOME/.local/share/bash-completion/just.bash
90+
just --completions bash > $HOME/.local/share/bash-completion/just.bash
91+
92+
tag tag:
93+
git tag {{tag}}; git push origin {{tag}}

0 commit comments

Comments
 (0)