feat: push single tag

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
pull/726/head
Henrique Dias 2019-05-11 23:34:56 +01:00
parent 7d0f25e530
commit e58daaac83
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ release () {
git fetch --all git fetch --all
git checkout master git checkout master
git tag $semver git tag $semver
git push --tags git push origin $semver
cd .. cd ..
@ -86,7 +86,7 @@ release () {
git commit -am "chore: version $semver" git commit -am "chore: version $semver"
git tag "$1" git tag "$1"
git push git push
git push --tags git push origin $semver
echo "🐑 Commiting untracked version notice..." echo "🐑 Commiting untracked version notice..."
updateVersion $1 $untracked updateVersion $1 $untracked