mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 18:44:40 +00:00
681541f41b
adds possibilities to cap authenticated requests and execution seconds of actions on a defined intervall
10 lines
195 B
JavaScript
10 lines
195 B
JavaScript
module.exports = {
|
|
branches: [
|
|
{name: 'main'},
|
|
{name: '1.87.x', range: '1.87.x', channel: '1.87.x'}
|
|
],
|
|
plugins: [
|
|
"@semantic-release/commit-analyzer"
|
|
]
|
|
};
|