Skip to content

Commit 8c2268e

Browse files
authored
Merge pull request #11681 from internetarchive/quiet-announcements
Remove `@here` from deployment announcements
2 parents 43c3fc1 + 9d580df commit 8c2268e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/deployment/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ deploy_wizard() {
603603
# Announce the deploy
604604
echo "[Now] Announce deploy to #openlibrary-g, #openlibrary, and #open-librarians-g:"
605605
echo ""
606-
echo "@here, Open Library is in the process of deploying its weekly release. See what's changed: $RELEASE_DIFF_URL"
606+
echo "Open Library is in the process of deploying its weekly release. See what's changed: $RELEASE_DIFF_URL"
607607
read -p "Once announced, press Enter to continue..."
608608
echo ""
609609

@@ -662,7 +662,7 @@ deploy_wizard() {
662662
LATEST_TAG_NAME=$(git -C "${DEPLOY_DIR}/openlibrary" describe --tags --abbrev=0)
663663
echo "[Now] Deploy complete, announce in #openlibrary-g, #openlibrary, and #open-librarians-g:"
664664
echo ""
665-
echo "The Open Library weekly deploy is now complete. See changes here: https://github.com/internetarchive/openlibrary/releases/tag/$LATEST_TAG_NAME. Please let us know @here if anything seems broken or delightful!"
665+
echo "The Open Library weekly deploy is now complete. See changes here: https://github.com/internetarchive/openlibrary/releases/tag/$LATEST_TAG_NAME. Please respond in this thread if anything seems broken or delightful!"
666666
fi
667667
}
668668

0 commit comments

Comments
 (0)