From cc974a9a08345347fd1ff2f562a23e884924f5b4 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:00:54 +0900 Subject: [PATCH] Create .releaserc.json --- .releaserc.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .releaserc.json diff --git a/.releaserc.json b/.releaserc.json new file mode 100644 index 0000000..ef9bea2 --- /dev/null +++ b/.releaserc.json @@ -0,0 +1,21 @@ +{ + "branches": ["release"], + "plugins": [ + "@semantic-release/commit-analyzer", + "@semantic-release/release-notes-generator", + [ + "@semantic-release/npm", + { + "npmPublish": false + } + ], + [ + "@semantic-release/github", + { + "failComment": false, + "failTitle": false, + "labels": false + } + ] + ] +}