10 lines
218 B
JavaScript
10 lines
218 B
JavaScript
|
module.exports = {
|
||
|
plugins: [
|
||
|
'@semantic-release/commit-analyzer',
|
||
|
'@semantic-release/release-notes-generator',
|
||
|
'@semantic-release/npm',
|
||
|
'@semantic-release/github',
|
||
|
'@semantic-release/git'
|
||
|
]
|
||
|
};
|