mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-17 13:27:34 +00:00
58cfb94e1d
* url safe encoding base64 * js rm export * fix: publish docker image * rm releaserc --------- Co-authored-by: Elio Bischof <eliobischof@gmail.com> Co-authored-by: Silvan <silvan.reusser@gmail.com>
11 lines
204 B
JavaScript
11 lines
204 B
JavaScript
module.exports = {
|
|
branches: [
|
|
{ name: 'main' },
|
|
{ name: 'next' },
|
|
{ name: 'rc', prerelease: true },
|
|
],
|
|
plugins: [
|
|
"@semantic-release/commit-analyzer"
|
|
]
|
|
};
|