Skip to content

Commit

Permalink
android-release-v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SUCHMOKUO committed Aug 12, 2020
1 parent a39ca49 commit 7291735
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ npm --no-git-tag-version --allow-same-version version "$VER"
cd -

git add .
git commit -m "$TAG"

if [ -n "$(git diff --cached)" ]; then
git commit -m "$TAG"
fi

git tag $TAG
git push
git push origin $TAG

0 comments on commit 7291735

Please sign in to comment.