Skip to content

Commit 16695f2

Browse files
Merge pull request #48 from BitGo/BTC-1584.add-beta-releases
feat: add beta releases
2 parents d165f66 + be19bf8 commit 16695f2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- beta
67

78
concurrency:
89
group: ${{ github.workflow }}-${{ github.ref }}

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
"workspaces": [
55
"packages/*"
66
],
7+
"release": {
8+
"branches": [
9+
"master",
10+
{
11+
"name": "beta",
12+
"prerelease": true
13+
}
14+
]
15+
},
716
"repository": {
817
"type": "git",
918
"url": "git+https://github.com/BitGo/wasm-miniscript.git"

0 commit comments

Comments
 (0)