mirror of
https://github.com/diced/zipline.git
synced 2025-05-19 15:54:22 +02:00
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'
|
|
]
|
|
}; |