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

Commit 65b1371

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release.config.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
branches: ['master'],
3+
analyzeCommits: 'semantic-release-conventional-commits',
4+
repositoryUrl: 'https://github.com/js-widgets/example-widget.git',
5+
plugins: ['@semantic-release/commit-analyzer', '@semantic-release/github'],
6+
};

0 commit comments

Comments
 (0)