mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-08 19:07:39 +00:00
5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
module.exports = {
|
|
branches: [{ name: "main" }, { name: "next" }],
|
|
plugins: ["@semantic-release/commit-analyzer"],
|
|
};
|