We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a25f6f + de44db9 commit 6d8a44fCopy full SHA for 6d8a44f
.github/workflows/publish.yaml
@@ -55,4 +55,4 @@ jobs:
55
run: npm ci --workspaces --include-workspace-root
56
57
- name: Release (multi-semantic-release)
58
- run: npx multi-semantic-release
+ run: npx multi-semantic-release --ignore-private-packages
.multi-releaserc.json
@@ -0,0 +1,6 @@
1
+{
2
+ "ignorePackages": [
3
+ "packages/wasm-utxo-ui/**"
4
+ ]
5
+}
6
+
0 commit comments