mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
e2c51e8b02
(cherry picked from commit 702dfaf314
)
12 lines
244 B
JavaScript
12 lines
244 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"
|
|
],
|
|
};
|