From 87be1ab59287ca952be935e6c18f5e10d9c93758 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Mon, 22 Apr 2024 17:35:04 +0200 Subject: [PATCH] chore(semantic-release): disable pre-release We have not used this recently at all and it is more annoying than useful because it cannot work with rebases which we do quite often. --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 55d672d..d118a63 100644 --- a/package.json +++ b/package.json @@ -55,11 +55,7 @@ }, "release": { "branches": [ - "saga", - { - "name": "!(saga)", - "prerelease": true - } + "saga" ], "remoteTags": true, "plugins": [