mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
e8babf1048
* fix: reduce load on view tables * create prerelease * linting: pass context to view handlers * fix error handling of refresh token handler * fix: improve processing of successful instanceIDs on views * fix revert intended change in .golangci.yaml * fix: set timeout for processInstances in spooler * fix: reduce update to active tokens on profile change * change token expiration query to db now() * remove branch from .releaserc.js
10 lines
196 B
JavaScript
10 lines
196 B
JavaScript
module.exports = {
|
|
branches: [
|
|
{name: 'main'},
|
|
{name: '1.87.x', range: '1.87.x', channel: '1.87.x'},
|
|
],
|
|
plugins: [
|
|
"@semantic-release/commit-analyzer"
|
|
]
|
|
};
|