Skip to content

Commit

Permalink
ci: remove semrel comments from MRs (#48)
Browse files Browse the repository at this point in the history
* ci: remove semrel comments from MRs

these aren't working right now with our multi semantic release tooling

* Remove comma
  • Loading branch information
zhammer committed Mar 21, 2024
1 parent 7927e46 commit a8c7551
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 @@ -94,7 +94,13 @@
}
],
"@semantic-release/npm",
"@semantic-release/github"
[
"@semantic-release/github",
{
"successComment": false,
"releasedLabels": false
}
]
]
},
"lint-staged": {
Expand Down

0 comments on commit a8c7551

Please sign in to comment.