From 96a18ae5754f725380cfee27a4cc85ba119b3369 Mon Sep 17 00:00:00 2001 From: MrDynamo Date: Thu, 18 Apr 2024 16:52:21 -0500 Subject: [PATCH] style: simplify image tag statement check --- 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 a39ca0e3..a8ea2ca3 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}**! This ${isBeta ? "beta" : ""} release comes with the following changes: \n\n**What has Changed in this ${isBeta ? "Beta" : ""} Release?**\n${parseNotes(notes)}\n**How to Get the ${isBeta ? "Beta" : ""} Release**\nTo access the ${isBeta ? "beta" : ""} release, simply use ${isBeta ? "ghcr.io/wizarrrr/wizarr:beta" : "ghcr.io/wizarrrr/wizarr:latest"} as your image tag. Your feedback is crucial to helping us make each release even better, so please do not hesitate to reach out with any comments, questions, or bug reports.\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 has Changed 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:${isBeta ? "beta" : "latest"} as your image tag. Your feedback is crucial to helping us make each release even better, so please do not 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: {