From bb30ce2b21df1aacdf632bbf77aa1458a178fd5d Mon Sep 17 00:00:00 2001 From: Rathijit Paul <30369246+rathijitpapon@users.noreply.github.com> Date: Thu, 26 Dec 2024 12:26:19 +0600 Subject: [PATCH] update: updated semantic release branch configuration --- release.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.config.cjs b/release.config.cjs index 72c1571..fd52465 100644 --- a/release.config.cjs +++ b/release.config.cjs @@ -1,3 +1,3 @@ module.exports = { - branches: ["master"] + branches: ["master", "next"] }; \ No newline at end of file