Skip to content

Commit b9b3c56

Browse files
committed
fix: [WPN-24] No need for other assets in release notes
1 parent 534db08 commit b9b3c56

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/builder/release.config.cjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ module.exports = {
77
[
88
'@semantic-release/github',
99
{
10-
assets: [
11-
{ path: 'dist/**/*.js', label: 'JS distribution' },
12-
{ path: 'dist/**/*.d.ts', label: 'TypeScript declarations' },
13-
],
10+
assets: [],
1411
},
1512
],
1613
],

0 commit comments

Comments
 (0)