Skip to content

Commit 1a0a2d5

Browse files
committed
fix: Fix releaserc.json
1 parent 1423e47 commit 1a0a2d5

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.releaserc.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,17 @@
2020
{
2121
"message": "chore(release): ${nextRelease.version}",
2222
"assets": [
23-
["extension", "!**/node_modules/**", "!**/build/**"],
24-
["sdk-py", "!**/node_modules/**", "!**/build/**"],
25-
["sdk-ts", "!**/node_modules/**", "!**/build/**"],
23+
"extension/package.json",
24+
"extension/profile.json",
25+
"extension/schemas/*.json",
26+
"extension/content/docs/specification/profile.md",
27+
"extension/content/docs/specification/data/*.md",
28+
"sdk-py/pyproject.toml",
29+
"sdk-py/*/profile.py",
30+
"sdk-py/*/schemas/*.py",
31+
"sdk-ts/package.json",
32+
"sdk-ts/profile.ts",
33+
"sdk-ts/schemas/*.ts",
2634
"package.json"
2735
]
2836
}

0 commit comments

Comments
 (0)