Skip to content

Commit 0599ed5

Browse files
committed
fix release config
1 parent b84d505 commit 0599ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async function config() {
8282
'npmPublish': true,
8383
}],
8484
['@semantic-release/git', {
85-
assets: [changelogFile, 'package.json', 'package-lock.json', 'npm-shrinkwrap.json', 'lib/**/*.js'],
85+
assets: [changelogFile, 'package.json', 'package-lock.json', 'npm-shrinkwrap.json'],
8686
}],
8787
["@semantic-release/github", {
8888
successComment: getReleaseComment(),

0 commit comments

Comments
 (0)