Skip to content

Commit

Permalink
ci: remove slack bot
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
  • Loading branch information
yshyn-iohk committed Jul 8, 2024
1 parent 5bd6849 commit c0ac695
Showing 1 changed file with 20 additions and 28 deletions.
48 changes: 20 additions & 28 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,32 @@ branches:
plugins:
- '@semantic-release/commit-analyzer'
- [
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"type": "feat",
"section": ":rocket: New Content",
"hidden": false
},
{
"type": "fix",
"section": ":sparkles: Updates",
"hidden": false
},
]
}
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"type": "feat",
"section": ":rocket: New Content",
"hidden": false
},
{
"type": "fix",
"section": ":sparkles: Updates",
"hidden": false
},
]
}
]
}
]
- [ '@semantic-release/changelog', { changelogFile: 'CHANGELOG.md' } ]
- [ '@semantic-release/exec', {
prepareCmd: 'npm version ${nextRelease.version} --git-tag-version false && ./infra/release-docs-container.sh ${nextRelease.version}',
} ]
} ]
- [ '@semantic-release/git', {
assets: [ 'package.json' , 'package-lock.json', 'CHANGELOG.md' ],
message: 'chore(release): release the Identus documentation portal ${nextRelease.version}
${nextRelease.notes}' } ]
- [ "semantic-release-slack-bot", {
notifyOnSuccess: true,
notifyOnFail: true,
markdownReleaseNotes: true,
onSuccessTemplate: {
text: "A new version of `$package_name` successfully released!\n
Version: `$npm_package_version`\n
Release notes:\n
$release_notes" } } ]

0 comments on commit c0ac695

Please sign in to comment.