Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
fix: semantic-release settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Jan 6, 2021
1 parent f7fc9ba commit 71a2941
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stacks-wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
- 'beta'
tags-ignore:
- '**'
paths-ignore:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 71a2941

Please sign in to comment.