We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ea4ce commit de7304dCopy full SHA for de7304d
1 file changed
justfile
@@ -11,5 +11,9 @@ push +COMMIT_MESSAGE:
11
git pull origin $(git rev-parse --abbrev-ref HEAD)
12
git push origin $(git rev-parse --abbrev-ref HEAD)
13
14
+tag +TAG_NAME:
15
+ git tag {{TAG_NAME}}
16
+ git push origin {{TAG_NAME}}
17
+
18
install:
19
cd cmd/gitops && go install
0 commit comments