From d8310a74b06644b59c4907d5ae1b19637cfa196c Mon Sep 17 00:00:00 2001 From: Bleak <135154284+bleak183@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:18:49 -0600 Subject: [PATCH] style: update discord webhook message --- modules/semantic-release-discord/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/semantic-release-discord/index.js b/modules/semantic-release-discord/index.js index 6c0ea8c2..070608e9 100644 --- a/modules/semantic-release-discord/index.js +++ b/modules/semantic-release-discord/index.js @@ -38,7 +38,7 @@ const success = (pluginConfig, context) => { embeds: [ { title: `๐Ÿš€ New ${isBeta ? "Beta" : ""} Release [${version}] ๐Ÿš€`, - description: `We are excited to announce the release of **${version}** of our software! This ${isBeta ? "beta" : ""} release comes with the following changes. ๐ŸŽ‰\n\n**What's New in this ${isBeta ? "Beta" : ""} Release**\n${parseNotes(notes)}\n**How to Get the ${isBeta ? "Beta" : ""} Release**\nTo access the ${isBeta ? "beta" : ""} release, simply pull the latest copy of our ${isBeta ? "Beta" : ""} Docker Image. Your feedback ${isBeta ? "on the beta" : ""} is crucial to helping us make this release even better, so please don't hesitate to reach out with any comments, questions, or bug reports.\n\n${isBeta ? "Thank you for being a part of our beta testing community, and we look forward to your feedback to make this release a success! ๐Ÿ™Œ" : "Thank you for being a part of our community, and we look forward to your feedback! ๐Ÿ™Œ"}\n\n${isBeta ? "Happy testing! ๐Ÿงช" : "Happy updating! ๐ŸŽ‰"}${isBeta ? "\n\n<@&1150177174167494826>" : ""}`, + description: `We are excited to announce the release of **${version}**! This ${isBeta ? "beta" : ""} release comes with the following changes: \n\n**What's New in this ${isBeta ? "Beta" : ""} Release**\n${parseNotes(notes)}\n**How to Get the ${isBeta ? "Beta" : ""} Release**\nTo access the ${isBeta ? "beta" : ""} release, simply use `ghcr.io/wizarrrr/wizarr:beta` as your image selection. Your feedback is crucial to helping us make each release even better, so please don't hesitate to reach out with any comments, questions, or bug reports.\n\n${isBeta ? "Happy testing! ๐Ÿงช" : "Happy updating! ๐ŸŽ‰"}${isBeta ? "\n\n<@&1150177174167494826>" : ""}`, url: url, color: 16728405, author: {