Skip to content

Commit 6d8a44f

Browse files
authored
Merge pull request #56 from BitGo/BTC-0.update-semantic-override-patch-4
feat: update semantic release configuration
2 parents 1a25f6f + de44db9 commit 6d8a44f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
run: npm ci --workspaces --include-workspace-root
5656

5757
- name: Release (multi-semantic-release)
58-
run: npx multi-semantic-release
58+
run: npx multi-semantic-release --ignore-private-packages

.multi-releaserc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"ignorePackages": [
3+
"packages/wasm-utxo-ui/**"
4+
]
5+
}
6+

0 commit comments

Comments
 (0)