zitadel/.releaserc.js
Max Peintner 58cfb94e1d
fix(login): url safe encoding base64 (#5983)
* 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>
2023-06-08 09:27:03 +02:00

5 lines
122 B
JavaScript

module.exports = {
branches: [{ name: "main" }, { name: "next" }],
plugins: ["@semantic-release/commit-analyzer"],
};