diff options
author | 2021-12-02 16:16:57 -0600 | |
---|---|---|
committer | 2021-12-02 16:16:57 -0600 | |
commit | a2aa7c0f1dccf771d1b555e0a29c4dc2266dabdb (patch) | |
tree | 141ae3260f055fa94ed96bf53b6e33f90409785d /scripts/notify/index.js | |
parent | e0414ac865d9cdfa16c5a2abc9e4ce33947b5b2f (diff) | |
download | astro-a2aa7c0f1dccf771d1b555e0a29c4dc2266dabdb.tar.gz astro-a2aa7c0f1dccf771d1b555e0a29c4dc2266dabdb.tar.zst astro-a2aa7c0f1dccf771d1b555e0a29c4dc2266dabdb.zip |
chore(actions): update release messages
Diffstat (limited to 'scripts/notify/index.js')
-rwxr-xr-x | scripts/notify/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
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!', |