mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 03:54:21 +00:00
11 lines
204 B
JavaScript
11 lines
204 B
JavaScript
module.exports = {
|
|
branches: [
|
|
{ name: 'main' },
|
|
{ name: 'next' },
|
|
{ name: 'rc', prerelease: true },
|
|
],
|
|
plugins: [
|
|
"@semantic-release/commit-analyzer"
|
|
]
|
|
};
|