Skip to content

Commit

Permalink
ci: remove semantic-release comments (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel authored Sep 5, 2024
1 parent 69bb9d3 commit f00aa0f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
[
"@semantic-release/github",
{
"successComment": false,
"failComment": false,
"failTitle": false,
"labels": false,
"releasedLabels": false
}
],
[
"@semantic-release/git",
{
Expand All @@ -12,4 +21,4 @@
}
]
]
}
}

0 comments on commit f00aa0f

Please sign in to comment.