1
0
Fork 0

don't push tag

This commit is contained in:
Conduitry 2018-10-04 06:23:32 -04:00
parent dcdf6f68b0
commit 88f6bbc03e
1 changed files with 1 additions and 2 deletions

View File

@ -31,10 +31,9 @@ npm pack
git add -f $(tar tf ${NAME}-${VERSION}.tgz | cut -c 9-)
rm ${NAME}-${VERSION}.tgz
# commit, tag, push
# commit and tag
git commit -m "Release v${VERSION}"
git tag v${VERSION} -a -m "v${VERSION}"
git push origin v${VERSION}
# return to original state
git reset ${ORIG_BRANCH}