mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
8cfa81231a
* added channels for semrel releases * removed unfunctional channel * chore: remove prerelease channels * fix Co-authored-by: Florian Forster <florian@zitadel.com> Co-authored-by: Livio Spring <livio.a@gmail.com>
10 lines
196 B
JavaScript
10 lines
196 B
JavaScript
module.exports = {
|
|
branches: [
|
|
{name: 'main'},
|
|
{name: '1.87.x', range: '1.87.x', channel: '1.87.x'},
|
|
],
|
|
plugins: [
|
|
"@semantic-release/commit-analyzer"
|
|
]
|
|
};
|