Skip to content

Commit

Permalink
chore: remove gh comments in semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Jul 17, 2024
1 parent ac58322 commit 19db641
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,13 @@
"npmPublish": true
}
],
"@semantic-release/github",
[
"@semantic-release/github",
{
"successComment": false,
"failComment": false
}
],
"@semantic-release/git"
]
}
Expand Down

0 comments on commit 19db641

Please sign in to comment.