mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-11 18:44:22 +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>
5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
module.exports = {
|
|
branches: [{ name: "main" }, { name: "next" }],
|
|
plugins: ["@semantic-release/commit-analyzer"],
|
|
};
|