Skip to content

Commit de44db9

Browse files
committed
feat: update semantic release configuration
Update multi-semantic-release to ignore private packages and explicitly configure ignored packages in .multi-releaserc.json to exclude the UI package from the release process. Co-authored-by: llm-git <[email protected]> Ticket: BTC-0
1 parent 75e22cf commit de44db9

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)