Skip to content

Commit

Permalink
chore(shipjs): update slack release notification message (#5814)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab authored Aug 16, 2023
1 parent 9dc680d commit 1d5884b
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions ship.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,12 @@ _This pull request is automatically generated by [Ship.js](https://github.com/al
prepared: null,
releaseSuccess: ({
appName,
version,
tagName,
latestCommitHash,
latestCommitUrl,
repoURL,
}) => ({
pretext: [
`:tada: Successfully released *${appName}@${version}*`,
'',
`Make sure to run \`yarn run release-templates\` in \`create-instantsearch-app\`.`,
].join('\n'),
pretext: `:tada: Successfully released *${appName}*`,
fields: [
{
title: 'Branch',
Expand All @@ -129,13 +124,12 @@ _This pull request is automatically generated by [Ship.js](https://github.com/al
short: true,
},
{
title: 'Version',
value: version,
short: true,
title: 'Versions',
value: tagName,
},
{
title: 'Release',
value: `${repoURL}/releases/tag/${tagName}`,
title: 'Releases',
value: `${repoURL}/releases`,
},
],
}),
Expand Down

0 comments on commit 1d5884b

Please sign in to comment.