mirror of
https://github.com/diced/zipline.git
synced 2026-01-05 09:18:24 -08:00
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'
|
|
]
|
|
}; |