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 2441c01 commit 6c0c0baCopy full SHA for 6c0c0ba
scripts/finish-stable-release.sh
@@ -63,9 +63,11 @@ NUM_TAGS=$(git tag | grep -e "${PATTERN}" | grep -ve "^react-router@" | wc -l |
63
TAGS_LINE=$(git tag | grep -e "${PATTERN}" | grep -ve "^react-router@" | tr '\n' ' ')
64
65
echo "Found ${NUM_TAGS} tags to delete: ${TAGS_LINE}"
66
-git push origin --delete ${TAGS_LINE}
67
-echo "Pruning local tags"
68
-git fetch --prune --prune-tags
+
+echo "To delete, run the following commands:"
+echo ""
69
+echo "git push origin --delete ${TAGS_LINE}"
70
+echo "git fetch --prune --prune-tags"
71
72
set +e
73
set +x
0 commit comments