We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 947973a + 34fc218 commit 116e75cCopy full SHA for 116e75c
index.js
@@ -27,7 +27,7 @@ async function postNotification() {
27
28
if (!notificationType) {
29
pushValue("projectName", { text: projectName });
30
- pushValue("releaseInfo", { text: `${releaseType} v${versionNumber} (${getReleaseDate()})` });
+ pushValue("releaseInfo", { text: `${releaseType} v${versionNumber} ${getReleaseDate()}` });
31
pushValue("changeLog", { text: getNotes() });
32
pushValue("header", { style: headerColor });
33
pushValue("releaseNotes", { url: releaseUrl ?? "" });
0 commit comments