mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
62682b2daf
* chore(semrel): remove ::set-env usage * test env handling * test var handling * var translation * try it with semrel * test * correct indenting Co-authored-by: Christian Jakob <christian@caos.ch>
9 lines
202 B
JavaScript
9 lines
202 B
JavaScript
module.exports = {
|
|
branches: ["master"],
|
|
plugins: [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/github"
|
|
]
|
|
};
|