Skip to content

Commit

Permalink
chore: fix slack message with correct playroom link
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Jan 30, 2025
1 parent 5071d6b commit 90fccc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/post-changelog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ const getPlayroomLink = (package_, tags) => {

const latestTag = tags.all.find(tag => tag.includes("@kiwicom/orbit-components@"));
const releaseVersion = latestTag.split("@").pop();
return `**Playroom for ${releaseVersion} is available [here](https://kiwicom-orbit-v${releaseVersion.replaceAll(".", "-")}.surge.sh)** 🕹️ \n`;
return `**Playroom for ${releaseVersion} is available [here](https://kiwicom-orbit-v${releaseVersion.replaceAll(
".",
"-",
)}.surge.sh/playroom/)** 🕹️ \n`;
};

async function publishChangelog(package_) {
Expand Down

0 comments on commit 90fccc7

Please sign in to comment.