fix(eventstore): correct creation date of events (#5683)

* 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
This commit is contained in:
Silvan
2023-04-18 19:29:04 +02:00
committed by GitHub
parent c420de1533
commit 8da8fbe6ce
7 changed files with 106 additions and 16 deletions

View File

@@ -1,7 +1,8 @@
module.exports = {
branches: [
{name: 'main'},
{name: '1.87.x', range: '1.87.x', channel: '1.87.x'}
{name: '1.87.x', range: '1.87.x', channel: '1.87.x'},
{name: 'next'}
],
plugins: [
"@semantic-release/commit-analyzer"