Skip to content

Commit 60cf413

Browse files
authored
fix: Update release.config.mjs
1 parent bc946f5 commit 60cf413

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ export default {
99
plugins: [
1010
'@semantic-release/commit-analyzer',
1111
'@semantic-release/release-notes-generator',
12-
'@semantic-release/changelog',
1312
'@semantic-release/npm',
1413
'@semantic-release/github',
1514
],
1615
dryRun: false
17-
};
16+
};

0 commit comments

Comments
 (0)