Skip to content

Commit

Permalink
script to tag and push
Browse files Browse the repository at this point in the history
  • Loading branch information
pabx06 committed Sep 27, 2020
1 parent d58f152 commit f7e3334
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/tagit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ git tag
echo "********************************"
echo "input a tag ie: v1.a.b"
read TAG
echo "will tag to ${TAG}"
echo "will tag to ${TAG}"
DATE=$(date --iso-8601)
git tag -a "${TAG}" -m "${DATE}"
git push --tags

0 comments on commit f7e3334

Please sign in to comment.