Skip to content

Commit f1bc580

Browse files
authored
feat: add semantic release
2 parents f74fd2f + 2221853 commit f1bc580

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
@@ -79,7 +79,7 @@ async function config() {
7979
'changelogFile': changelogFile,
8080
}],
8181
['@semantic-release/npm', {
82-
'npmPublish': false,
82+
'npmPublish': true,
8383
}],
8484
['@semantic-release/git', {
8585
assets: [changelogFile, 'package.json', 'package-lock.json', 'npm-shrinkwrap.json', 'lib/**/*.js'],

0 commit comments

Comments
 (0)