Skip to content

Commit

Permalink
Merge pull request #8 from pablodz/dev
Browse files Browse the repository at this point in the history
tagger get list tags
  • Loading branch information
pablodz authored Jan 13, 2023
2 parents d5fdd81 + bd58d04 commit aa54098
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

new:
git tag $$tag
git push origin $$tag
echo 'Your tag is:'
echo '$(tag)'

list:
git pull --tags
git for-each-ref --sort=creatordate --format='%(creatordate:short) %(refname:short)' refs/tags | tail -n 3

0 comments on commit aa54098

Please sign in to comment.