Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit a2b6c6a

Browse files
committed
ci: add semantic release configuration
This will avoid the NPM publication.
1 parent 65b1371 commit a2b6c6a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

release.config.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@ module.exports = {
22
branches: ['master'],
33
analyzeCommits: 'semantic-release-conventional-commits',
44
repositoryUrl: 'https://github.com/js-widgets/example-widget.git',
5-
plugins: ['@semantic-release/commit-analyzer', '@semantic-release/github'],
5+
plugins: [
6+
'@semantic-release/commit-analyzer',
7+
'@semantic-release/release-notes-generator',
8+
'@semantic-release/github',
9+
],
610
};

0 commit comments

Comments
 (0)