Skip to content

Commit

Permalink
ci: disable semantic-release success comment to reduce spam [skip ci] (
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Nov 17, 2021
1 parent c9b00fd commit a5b3928
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Expand Up @@ -148,6 +148,17 @@
"branches": [
"trunk"
],
"tagFormat": "${version}"
"tagFormat": "${version}",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"successComment": false
}
]
]
}
}

0 comments on commit a5b3928

Please sign in to comment.