From 359c7199e7e4af24dcae8585c87f7389d517e8bf Mon Sep 17 00:00:00 2001 From: Alex Jover Date: Tue, 28 Dec 2021 15:03:31 -0500 Subject: [PATCH] fix: fix semantic-release config and bump version --- lib/package.json | 8 +++++++- package.json | 10 ---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/lib/package.json b/lib/package.json index 7dc9924..b931e6d 100644 --- a/lib/package.json +++ b/lib/package.json @@ -73,5 +73,11 @@ "bugs": { "url": "https://github.com/storyblok/storyblok-vue/issues" }, - "homepage": "https://github.com/storyblok/storyblok-vue" + "homepage": "https://github.com/storyblok/storyblok-vue", + "release": { + "branches": [ + "master", + "next" + ] + } } diff --git a/package.json b/package.json index 41ae6d2..437c981 100644 --- a/package.json +++ b/package.json @@ -45,15 +45,5 @@ "prettier" ], "ignorePatterns": "dist/" - }, - "release": { - "branches": [ - "master", - { - "name": "next", - "channel": "next", - "prerelease": "beta" - } - ] } }