From a2aa7c0f1dccf771d1b555e0a29c4dc2266dabdb Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Thu, 2 Dec 2021 16:16:57 -0600 Subject: [PATCH] chore(actions): update release messages --- scripts/notify/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/notify/index.js b/scripts/notify/index.js index a74f3a52f..c7685de33 100755 --- a/scripts/notify/index.js +++ b/scripts/notify/index.js @@ -7,6 +7,7 @@ const emojis = ['🎉', '🥳', '🚀', '🧑‍🚀', '🎊', '🏆', '✅', ' const descriptors = ['new releases', 'fresh new code', 'shiny updates', 'exciting stuff', 'package updates', 'awesome updates', 'bug fixes and features', 'updates']; const verbs = [ 'just went out!', + 'just launched!', 'now available!', 'in the wild!', 'now live!',