Skip to content

Commit

Permalink
git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jul 3, 2020
1 parent 989a73d commit 40c4b2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ const Version = "$MAJOR.$MINOR.$PATCH"
EOF
git add "$CURRENT/xray/version.go"
git commit -m "bump up v$MAJOR.$MINOR.$PATCH"
git tag "v$MAJOR.$MINOR.$PATCH"
git push --tags

0 comments on commit 40c4b2e

Please sign in to comment.