mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 23:45:07 +00:00
11 lines
254 B
JavaScript
11 lines
254 B
JavaScript
module.exports = {
|
|
branches: [
|
|
{name: 'main', channel: 'next'},
|
|
{name: '1.87.x', range: '1.87.x', channel: '1.87.x'},
|
|
{name: 'next', prerelease: true}
|
|
],
|
|
plugins: [
|
|
"@semantic-release/commit-analyzer"
|
|
]
|
|
};
|