Skip to content

Commit 116e75c

Browse files
Merge pull request #13 from centralnicgroup-opensource/RSRMID-1616-Changemanagement-Notification-Extending-Further-fix
refactor(index.js): removed extra brackets from release information
2 parents 947973a + 34fc218 commit 116e75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function postNotification() {
2727

2828
if (!notificationType) {
2929
pushValue("projectName", { text: projectName });
30-
pushValue("releaseInfo", { text: `${releaseType} v${versionNumber} (${getReleaseDate()})` });
30+
pushValue("releaseInfo", { text: `${releaseType} v${versionNumber} ${getReleaseDate()}` });
3131
pushValue("changeLog", { text: getNotes() });
3232
pushValue("header", { style: headerColor });
3333
pushValue("releaseNotes", { url: releaseUrl ?? "" });

0 commit comments

Comments
 (0)