Skip to content

Commit 2de4343

Browse files
committed
fix: Fixed release flow
1 parent 87abbd0 commit 2de4343

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.releaserc.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,21 @@
1616
[
1717
"@semantic-release/git",
1818
{
19+
"message": "chore(release): ${nextRelease.version}"
1920
"assets": [
20-
["extension", "!**/node_modules/*"],
21-
["sdk-py", "!**/node_modules/*"],
22-
["sdk-ts", "!**/node_modules/*"],
21+
"extension/package.json",
22+
"extension/profile.json",
23+
"extension/schemas/*.json",
24+
"extension/content/docs/specification/profile.md",
25+
"extension/content/docs/specification/data/*.md",
26+
"sdk-py/pyproject.toml",
27+
"sdk-py/*/profile.py",
28+
"sdk-py/*/schemas/*.py",
29+
"sdk-ts/package.json",
30+
"sdk-ts/profile.ts",
31+
"sdk-ts/schemas/*.ts",
2332
"package.json"
2433
],
25-
"message": "chore(release): ${nextRelease.version}"
2634
}
2735
],
2836
["@semantic-release/exec", { "publishCmd": "pnpm build " }],

0 commit comments

Comments
 (0)