Skip to content

Commit

Permalink
style: 馃拵 minor corrections to discord alert payload
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDynamo committed Apr 18, 2024
1 parent 3191b0a commit c03c2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/semantic-release-discord/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 \`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>" : ""}`,
description: `We are excited to announce the release of **${version}**! This ${isBeta ? "beta" : ""} release comes with the following changes: \n\n**What\'s changed in this ${isBeta ? "beta" : ""} release?**\n${parseNotes(notes)}\n**How can you get the ${isBeta ? "beta" : ""} release?**\nTo access the ${isBeta ? "beta" : ""} release, simply use \`ghcr.io/wizarrrr/wizarr:${isBeta ? "beta" : "latest"}\` as your image tag and re-create your container, pulling the updated image. 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! 馃帀"}\n\n<@&1150177174167494826>`,
url: url,
color: 16728405,
author: {
Expand Down

0 comments on commit c03c2cf

Please sign in to comment.