We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5814afb commit 4d59183Copy full SHA for 4d59183
1 file changed
bump-tag.sh
@@ -141,7 +141,8 @@ fi
141
# Commit, tag and push
142
git commit -m "chore(release): bump to ${NEW_TAG}" || echo "No changes to commit"
143
git tag -a "${NEW_TAG}" -m "Release ${NEW_TAG}"
144
-git push origin "${BRANCH}"
145
-git push origin "${NEW_TAG}"
+echo "Created tag. Please push tag ${NEW_TAG} on branch ${BRANCH}."
+
146
+echo git push origin "${BRANCH}"
147
+echo git push origin "${NEW_TAG}"
148
-echo "Created and pushed tag ${NEW_TAG} on branch ${BRANCH}."
0 commit comments