Skip to content

Commit

Permalink
ci: ignore slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Losoponkul committed Jul 8, 2024
1 parent 225ee1d commit ddbc9bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ plugins:
- [ '@semantic-release/exec', {
prepareCmd: 'npm version ${nextRelease.version} --git-tag-version false && ./infra/release-docs-container.sh ${nextRelease.version}',
} ]
- [ '@semantic-release/git', {
- [ '@semantic-release/git-wrapped', {
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" } } ]
# - [ "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" } } ]
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2609,7 +2609,7 @@

"@semantic-release/git-wrapped@github:patextreme/semantic-release-git#wrap-10_0_1":
version "0.0.0-development"
resolved "git+ssh://git@github.com/patextreme/semantic-release-git.git#9589189b52282d00ea792928ed8aa8b9b2c72a77"
resolved "git+ssh://git@github.com/patextreme/semantic-release-git.git#f9df093adfaf7d259a54400a8a2f1c037427eaa2"
dependencies:
"@semantic-release/error" "^3.0.0"
aggregate-error "^3.0.0"
Expand Down

0 comments on commit ddbc9bf

Please sign in to comment.