Skip to content

Commit

Permalink
fix: comment out slack release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthv committed Nov 20, 2023
1 parent 092d9d5 commit 9854f43
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,41 +51,41 @@ module.exports = {
],
'@semantic-release/github',
'semantic-release-rubygem',
[
'semantic-release-slack-bot',
{
markdownReleaseNotes: true,
notifyOnSuccess: true,
notifyOnFail: false,
onSuccessTemplate: {
text: "📦 $package_name@$npm_package_version has been released!",
blocks: [{
type: 'section',
text: {
type: 'mrkdwn',
text: '*New `$package_name` package released!*'
}
}, {
type: 'context',
elements: [{
type: 'mrkdwn',
text: "📦 *Version:* <$repo_url/releases/tag/v$npm_package_version|$npm_package_version>"
}]
}, {
type: 'divider',
}],
attachments: [{
blocks: [{
type: 'section',
text: {
type: 'mrkdwn',
text: '*Changes* of version $release_notes',
},
}],
}],
},
packageName: 'agent_ruby',
}
],
// [
// 'semantic-release-slack-bot',
// {
// markdownReleaseNotes: true,
// notifyOnSuccess: true,
// notifyOnFail: false,
// onSuccessTemplate: {
// text: "📦 $package_name@$npm_package_version has been released!",
// blocks: [{
// type: 'section',
// text: {
// type: 'mrkdwn',
// text: '*New `$package_name` package released!*'
// }
// }, {
// type: 'context',
// elements: [{
// type: 'mrkdwn',
// text: "📦 *Version:* <$repo_url/releases/tag/v$npm_package_version|$npm_package_version>"
// }]
// }, {
// type: 'divider',
// }],
// attachments: [{
// blocks: [{
// type: 'section',
// text: {
// type: 'mrkdwn',
// text: '*Changes* of version $release_notes',
// },
// }],
// }],
// },
// packageName: 'agent_ruby',
// }
// ],
],
}

0 comments on commit 9854f43

Please sign in to comment.