Skip to content

Commit

Permalink
Merge pull request #48 from BitGo/BTC-1584.add-beta-releases
Browse files Browse the repository at this point in the history
feat: add beta releases
  • Loading branch information
OttoAllmendinger authored Oct 30, 2024
2 parents d165f66 + be19bf8 commit 16695f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- beta

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"workspaces": [
"packages/*"
],
"release": {
"branches": [
"master",
{
"name": "beta",
"prerelease": true
}
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/BitGo/wasm-miniscript.git"
Expand Down

0 comments on commit 16695f2

Please sign in to comment.