mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
12 lines
243 B
JavaScript
12 lines
243 B
JavaScript
module.exports = {
|
|
branches: [
|
|
{ name: "next" },
|
|
{ name: "next-rc", prerelease: "rc" }
|
|
],
|
|
plugins: [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/github"
|
|
]
|
|
};
|