From fd645884a3765528d759b106110daccb007ca635 Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Mon, 4 Mar 2024 17:24:39 +0530 Subject: [PATCH] chore: update releaserc (#49) --- .releaserc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.releaserc b/.releaserc index 74ca55240..347c0348d 100644 --- a/.releaserc +++ b/.releaserc @@ -4,12 +4,17 @@ plugins: - - "@semantic-release/commit-analyzer" - releaseRules: - { type: doc, scope: README, release: patch } - + - { type: fix, release: patch } + - { type: chore, release: patch } + - { type: refactor, release: patch } + - { type: feat, release: patch } + - { type: ci, release: patch } + - { type: style, release: patch } parserOpts: noteKeywords: - MAJOR RELEASE - "@semantic-release/release-notes-generator" - - "@semantic-release/github" - # From: https://github.com/semantic-release/github/pull/487#issuecomment-1486298997 + # From: https://github.com/semantic-release/github/pull/487#issuecomment-1486298997 - successComment: false - failTitle: false + failTitle: false