Skip to content

Commit

Permalink
style: update discord webhook message
Browse files Browse the repository at this point in the history
  • Loading branch information
bleak183 committed Apr 18, 2024
1 parent a09f31c commit d8310a7
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}** 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: {
Expand Down

0 comments on commit d8310a7

Please sign in to comment.