From 9d393c87cedd7364e07c62821232e6d072be12ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Fri, 6 Jun 2025 04:11:51 +0900 Subject: [PATCH] Delete .releaserc.json --- .releaserc.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .releaserc.json diff --git a/.releaserc.json b/.releaserc.json deleted file mode 100644 index aec23d2..0000000 --- a/.releaserc.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "branches": ["release"], - "plugins": [ - "@semantic-release/commit-analyzer", - "@semantic-release/release-notes-generator", - [ - "@semantic-release/github", - { - "failComment": false, - "failTitle": false, - "labels": false - } - ] - ] -}