Skip to content

Commit

Permalink
chore: enable semantic-release github
Browse files Browse the repository at this point in the history
  • Loading branch information
tsangste committed Oct 15, 2024
1 parent 30352ea commit 8cf52e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions libs/nestjs-auth/release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ module.exports = {
'@semantic-release/github',
{
addReleases: 'bottom',
successComment: false,
failTitle: false,
successCommentCondition: "<% return issue.user.type !== 'Bot' && issue.body.includes('nestjs-auth'); %>",
failCommentCondition: '<% return false; %>',
},
],
],
Expand Down
4 changes: 2 additions & 2 deletions libs/nestjs-logger/release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ module.exports = {
'@semantic-release/github',
{
addReleases: 'bottom',
successComment: false,
failTitle: false,
successCommentCondition: "<% return issue.user.type !== 'Bot' && issue.body.includes('nestjs-logger'); %>",
failCommentCondition: '<% return false; %>',
},
],
],
Expand Down
4 changes: 2 additions & 2 deletions libs/nestjs-storage/release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ module.exports = {
'@semantic-release/github',
{
addReleases: 'bottom',
successComment: false,
failTitle: false,
successCommentCondition: "<% return issue.user.type !== 'Bot' && issue.body.includes('nestjs-logger'); %>",
failCommentCondition: '<% return false; %>',
},
],
],
Expand Down

0 comments on commit 8cf52e5

Please sign in to comment.