Skip to content

Commit aed8c01

Browse files
committed
add messages
1 parent 33f3e29 commit aed8c01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ if [[ $ver == $VERSION ]]; then
3434
exit 1
3535
fi
3636

37+
echo "Pulling"
3738
git pull --ff-only
3839
git tag "$VERSION"
40+
echo "Pushing"
3941
git push origin tag "$VERSION"

0 commit comments

Comments
 (0)