We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff97ec commit 683eadfCopy full SHA for 683eadf
scripts/publish.sh
@@ -138,8 +138,9 @@ echo "Publishing release notes..."
138
hub release create --file "${RELEASE_NOTES_FILE}" "v${NEW_VERSION}"
139
echo "Published release notes."
140
141
-echo "Making the tweet..."
142
-npm install --no-save [email protected]
143
-cp -v "${WDIR}/scripts/twitter.json" "${TEMPDIR}/${REPOSITORY_NAME}/scripts/"
144
-node ./scripts/tweet.js ${NEW_VERSION}
145
-echo "Made the tweet."
+# Temporarily disable Twitter integration
+#echo "Making the tweet..."
+#npm install --no-save [email protected]
+#cp -v "${WDIR}/scripts/twitter.json" "${TEMPDIR}/${REPOSITORY_NAME}/scripts/"
+#node ./scripts/tweet.js ${NEW_VERSION}
146
+#echo "Made the tweet."
0 commit comments