add semantic release
This commit is contained in:
20
release.config.js
Normal file
20
release.config.js
Normal file
@@ -0,0 +1,20 @@
|
||||
module.exports = {
|
||||
branches: ['master', { name: 'beta', prerelease: true }, { name: 'alpha', prerelease: true }],
|
||||
plugins: [
|
||||
'@semantic-release/commit-analyzer',
|
||||
'semantic-release-export-data',
|
||||
'@semantic-release/changelog',
|
||||
[
|
||||
'@semantic-release/npm',
|
||||
{
|
||||
npmPublish: false,
|
||||
},
|
||||
],
|
||||
[
|
||||
'@semantic-release/git',
|
||||
{
|
||||
assets: ['package.json', 'yarn.lock'],
|
||||
},
|
||||
],
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user