Skip to content

Commit be78ce0

Browse files
committed
feat: better package naming in notify webhooks
1 parent 5eda595 commit be78ce0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/notify-changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if (changes.length === 0) {
4848
}
4949

5050
const message = changes
51-
.map(({ packageName, addedLines }) => `*${packageName}*\n\`\`\`\n${addedLines}\n\`\`\``)
51+
.map(({ packageName, addedLines }) => `📦 \`@teamnovu/kit-${packageName}\`\n\`\`\`\n${addedLines}\n\`\`\``)
5252
.join('\n\n')
5353

5454
const payload = {

0 commit comments

Comments
 (0)