mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
a1d404291d
* start implement notify user in projection * fix(stmt): add copy to multi stmt * use projections for notify users * feat: notifications from projections * feat: notifications from projections * cleanup * pre-release * fix tests * fix types * fix command * fix queryNotifyUser * fix: build version * fix: HumanPasswordlessInitCodeSent Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
12 lines
289 B
JavaScript
12 lines
289 B
JavaScript
module.exports = {
|
|
branches: [
|
|
{name: 'main'},
|
|
{name: '1.x.x', range: '1.x.x', channel: '1.x.x'},
|
|
{name: 'v2-alpha', prerelease: true},
|
|
{name: 'notify-users', prerelease: true},
|
|
],
|
|
plugins: [
|
|
"@semantic-release/commit-analyzer"
|
|
]
|
|
};
|