Skip to content

Commit

Permalink
tag updates in justfile tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
rsachdeva committed Dec 29, 2024
1 parent 77e6c5c commit 4120577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -699,10 +699,10 @@ git-tag-add-force-local TAG:
git tag -a {{ TAG }} -f -m "Release version {{ TAG }}"

git-tag-add-remote TAG:
git push origin {{ TAG }}
git push origin refs/tags/{{ TAG }}

git-tag-add-force-remote TAG:
git push origin {{ TAG }} --force
git push origin refs/tags/{{ TAG }} --force

git-tag-delete-local TAG:
git tag -d {{ TAG }}
Expand Down

0 comments on commit 4120577

Please sign in to comment.