Skip to content

Commit

Permalink
ci: avoid github rate limit semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian committed Apr 1, 2023
1 parent f96492e commit 4439c51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"assets": ["dist/index.js"],
"message": "chore: release commit ${nextRelease.version} [skip ci]"
}],
"@semantic-release/github"
["@semantic-release/github", {
"successComment": false,
"labels": false,
"releasedLabels": false
}]
]
}

0 comments on commit 4439c51

Please sign in to comment.