From 7648f59eed266580ce4c0d7cb20e2079325ddf7a Mon Sep 17 00:00:00 2001 From: Badisi Date: Thu, 7 Mar 2024 21:44:43 +0100 Subject: [PATCH] chore(releaserc): prepare releases --- projects/auth-js/.releaserc.json | 5 +---- projects/ngx-auth/.releaserc.json | 6 +----- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/projects/auth-js/.releaserc.json b/projects/auth-js/.releaserc.json index 08b793a..d1b2d29 100644 --- a/projects/auth-js/.releaserc.json +++ b/projects/auth-js/.releaserc.json @@ -1,9 +1,6 @@ { "branches": [ - { - "name": "main", - "channel": false - } + "main" ], "plugins": [ "@semantic-release/commit-analyzer", diff --git a/projects/ngx-auth/.releaserc.json b/projects/ngx-auth/.releaserc.json index f9c9ae1..7b88539 100644 --- a/projects/ngx-auth/.releaserc.json +++ b/projects/ngx-auth/.releaserc.json @@ -1,10 +1,6 @@ { "branches": [ - { - "name": "main", - "channel": false, - "prerelease": "beta" - } + "main" ], "plugins": [ "@semantic-release/commit-analyzer",