Skip to content

Commit 73ea497

Browse files
committed
fix: improve slack message
1 parent 19cef7e commit 73ea497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/create-downstream-release-branch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module.exports = function (dep) {
109109
if (argv.slackWebhookUrl) {
110110
await slackMessenger({
111111
webhookUrl: argv.slackWebhookUrl,
112-
message: `${argv.repo} - ${argv.targetBranch} branch has been created sucessfully (https://github.com/${argv.owner}/${argv.repo}/tree/${argv.targetBranch}). A PR has been created at ${pullRequest.data.html_url}.`
112+
message: `\`${argv.repo}\`: The downstream branch \`${argv.targetBranch}\` has been created sucessfully (https://github.com/${argv.owner}/${argv.repo}/tree/${argv.targetBranch}). A PR has been created at ${pullRequest.data.html_url}.`
113113
})
114114
}
115115

0 commit comments

Comments
 (0)