Skip to content

Commit 683eadf

Browse files
authored
Temporarily disable twitter integration. (#1382)
1 parent fff97ec commit 683eadf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

scripts/publish.sh

+6-5
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ echo "Publishing release notes..."
138138
hub release create --file "${RELEASE_NOTES_FILE}" "v${NEW_VERSION}"
139139
echo "Published release notes."
140140

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."
141+
# Temporarily disable Twitter integration
142+
#echo "Making the tweet..."
143+
#npm install --no-save [email protected]
144+
#cp -v "${WDIR}/scripts/twitter.json" "${TEMPDIR}/${REPOSITORY_NAME}/scripts/"
145+
#node ./scripts/tweet.js ${NEW_VERSION}
146+
#echo "Made the tweet."

0 commit comments

Comments
 (0)