Skip to content

Commit

Permalink
chore: Fix version script
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Sep 10, 2021
1 parent f0d46ab commit e791949
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/new-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ while true; do
read -r yn
case $yn in
[Yy]*)
echo git tag -a "${NEW_TAG}" -m "${CHANGELOG}" && git push --tags

git tag -a "${NEW_TAG}" -m "${CHANGELOG}" && \
git push --tags

break
;;
Expand Down

0 comments on commit e791949

Please sign in to comment.