Skip to content

Commit de7304d

Browse files
committed
feat: adding just tag command
1 parent 47ea4ce commit de7304d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ push +COMMIT_MESSAGE:
1111
git pull origin $(git rev-parse --abbrev-ref HEAD)
1212
git push origin $(git rev-parse --abbrev-ref HEAD)
1313

14+
tag +TAG_NAME:
15+
git tag {{TAG_NAME}}
16+
git push origin {{TAG_NAME}}
17+
1418
install:
1519
cd cmd/gitops && go install

0 commit comments

Comments
 (0)