8 lines
168 B
JavaScript
8 lines
168 B
JavaScript
|
module.exports = {
|
||
|
branches: ['trunk'],
|
||
|
plugins: [
|
||
|
'@semantic-release/commit-analyzer',
|
||
|
'@semantic-release/github',
|
||
|
'@semantic-release/changelog'
|
||
|
]
|
||
|
};
|