From b86e3f925d2fb238e75a4f8f0e30b683c3aa10c9 Mon Sep 17 00:00:00 2001 From: David Griffin Date: Mon, 16 Dec 2024 09:40:10 -0800 Subject: [PATCH] Modify publish reminder text. --- concourse/scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concourse/scripts/publish.sh b/concourse/scripts/publish.sh index 1de9fb35..c00a1712 100755 --- a/concourse/scripts/publish.sh +++ b/concourse/scripts/publish.sh @@ -36,4 +36,4 @@ git config --global user.email "production@fauna.com" git config --global user.name "Fauna Engineering" git tag "release-$PACKAGE_VERSION" -echo "fauna-jvm@$PACKAGE_VERSION has been published. (Can be delayed showing up in maven central.)" > ../slack-message/publish +echo "fauna-jvm@$PACKAGE_VERSION has been published. (Remember to click publish in maven central.)" > ../slack-message/publish