mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-11 18:44:22 +00:00
8da8fbe6ce
* fix: add setup step to correct creation dates * fix(eventstore): replace now with statement ts * fix(step10): correct number * fix: handle wrong instance domain removed events
11 lines
219 B
JavaScript
11 lines
219 B
JavaScript
module.exports = {
|
|
branches: [
|
|
{name: 'main'},
|
|
{name: '1.87.x', range: '1.87.x', channel: '1.87.x'},
|
|
{name: 'next'}
|
|
],
|
|
plugins: [
|
|
"@semantic-release/commit-analyzer"
|
|
]
|
|
};
|