From 71a29414e7f945f31aef5b79e51176db58064170 Mon Sep 17 00:00:00 2001 From: kyranjamie Date: Tue, 22 Dec 2020 14:46:02 +0100 Subject: [PATCH] fix: semantic-release settings --- .github/workflows/stacks-wallet.yml | 1 + package.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stacks-wallet.yml b/.github/workflows/stacks-wallet.yml index dd5d352..fa9221f 100644 --- a/.github/workflows/stacks-wallet.yml +++ b/.github/workflows/stacks-wallet.yml @@ -4,6 +4,7 @@ on: push: branches: - 'master' + - 'beta' tags-ignore: - '**' paths-ignore: diff --git a/package.json b/package.json index 806edf9..7c0255b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stacks-wallet", "productName": "Stacks Wallet", - "version": "4.0.0", + "version": "4.0.0-beta.1", "description": "Stacks Wallet 2.0 — Stacking", "prettier": "@blockstack/prettier-config", "author": { @@ -100,8 +100,8 @@ "branches": [ { "name": "legacy/3.x.x", - "range": "3.x.x", - "channel": "3.x.x" + "range": "3.x", + "channel": "3.x" }, { "name": "beta",