Skip to content

Commit 4d59183

Browse files
committed
don't push automatically
1 parent 5814afb commit 4d59183

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

bump-tag.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ fi
141141
# Commit, tag and push
142142
git commit -m "chore(release): bump to ${NEW_TAG}" || echo "No changes to commit"
143143
git tag -a "${NEW_TAG}" -m "Release ${NEW_TAG}"
144-
git push origin "${BRANCH}"
145-
git push origin "${NEW_TAG}"
144+
echo "Created tag. Please push tag ${NEW_TAG} on branch ${BRANCH}."
145+
146+
echo git push origin "${BRANCH}"
147+
echo git push origin "${NEW_TAG}"
146148

147-
echo "Created and pushed tag ${NEW_TAG} on branch ${BRANCH}."

0 commit comments

Comments
 (0)