Skip to content

Commit

Permalink
fix(ci): disable commenting to github
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Mar 18, 2024
1 parent c2cfbd2 commit 7e98492
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"successComment": false,
"failTitle": false
}
]
]
}
}

0 comments on commit 7e98492

Please sign in to comment.