Skip to content

Commit

Permalink
fix: turn off github release success comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Mar 21, 2024
1 parent bd5a24a commit 569ebe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
[
"@semantic-release/github",
{
"assets": [{ "path": "./dist/*.whl", "label": "labelu-${nextRelease.version}-py3.whl" }, { "path": "./dist/*.gz", "label": "labelu-${nextRelease.version}.tar.gz" }]
"assets": [{ "path": "./dist/*.whl", "label": "labelu-${nextRelease.version}-py3.whl" }, { "path": "./dist/*.gz", "label": "labelu-${nextRelease.version}.tar.gz" }],
"successComment": false
}
],
[
Expand Down

0 comments on commit 569ebe4

Please sign in to comment.