mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 18:44:40 +00:00
c791f6de58
* fix: improve startup times by initializing projections table during setup * add missing file
11 lines
248 B
JavaScript
11 lines
248 B
JavaScript
module.exports = {
|
|
branches: [
|
|
{name: 'main'},
|
|
{name: '1.87.x', range: '1.87.x', channel: '1.87.x'},
|
|
{name: 'startup-times', prerelease: 'beta'}
|
|
],
|
|
plugins: [
|
|
"@semantic-release/commit-analyzer"
|
|
]
|
|
};
|