Skip to content

Commit

Permalink
fix: remove hashtag from version number (#94)
Browse files Browse the repository at this point in the history
This is to avoid markdown issues with Slack trying to show the version number as if it was a channel.

Fixes: #93
  • Loading branch information
AlissonRS authored May 11, 2022
1 parent 9f4c735 commit 7795cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/success.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = async (pluginConfig, context) => {
type: 'section',
text: {
type: 'mrkdwn',
text: `A new version of \`${package_name}\` has been released!\nCurrent version is *#${
text: `A new version of \`${package_name}\` has been released!\nCurrent version is *${
nextRelease.version
}*`
}
Expand Down

0 comments on commit 7795cda

Please sign in to comment.