From ba533bfd312583aae22fb53c55d3a2a98b88b9c1 Mon Sep 17 00:00:00 2001 From: KalleV Date: Mon, 8 Jun 2020 14:53:07 -0400 Subject: [PATCH] fix(pkg): support publishing releases to 2x version --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fea40c3..6bc262a 100644 --- a/package.json +++ b/package.json @@ -58,10 +58,12 @@ "semantic-release": "^15.5.2" }, "release": { - "extends": "@labshare/semantic-release-config" + "extends": "@labshare/semantic-release-config", + "branch": "2x" }, "publishConfig": { - "access": "public" + "access": "public", + "tag": "2x" }, "peerDependencies": {} }