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