Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit c982316

Browse files
Merge pull request #8 from openedx/bw/update-releaserc
fix: update releaserc
2 parents 3bb5566 + 55c9eb6 commit c982316

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.releaserc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"pkgRoot": "dist"
88
},
99
{
10-
"path": "@semantic-release/github"
10+
"path": "@semantic-release/github",
11+
"assets": {
12+
"path": "dist/*"
13+
}
1114
}
1215
],
1316
"analyzeCommits": "@semantic-release/commit-analyzer",
@@ -24,7 +27,10 @@
2427
"pkgRoot": "dist"
2528
},
2629
{
27-
"path": "@semantic-release/github"
30+
"path": "@semantic-release/github",
31+
"assets": {
32+
"path": "dist/*"
33+
}
2834
}
2935
],
3036
"success": [],

0 commit comments

Comments
 (0)