Skip to content

Commit

Permalink
Add script for adding git tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed Dec 31, 2019
1 parent 8b2c05b commit 0f9e0eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/add-tag.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Add tag to repo of new release
# Example: add-tag.sh v0.04

git tag -a $1 -m "$1"
git push origin $1

0 comments on commit 0f9e0eb

Please sign in to comment.