From 1b727a323ef3f9297ff369bf1f997b069595389c Mon Sep 17 00:00:00 2001 From: benbenbang Date: Mon, 27 Jul 2026 14:23:11 +0800 Subject: [PATCH] ci(release): disable success and failure comments on github Configure semantic-release to suppress automated success and failure comments on GitHub issues and pull requests. --- .releaserc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index e913ea52..15c3c2b1 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -64,7 +64,9 @@ [ "@semantic-release/github", { - "githubUrl": "https://api.github.com" + "failComment": false, + "githubUrl": "https://api.github.com", + "successComment": false } ] ],