zitadel/.releaserc.js
Christian Jakob 8cfa81231a
chore: update releaserc.js and add latest tag (#4060)
* added channels for semrel releases

* removed unfunctional channel

* chore: remove prerelease channels

* fix

Co-authored-by: Florian Forster <florian@zitadel.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
2022-07-29 10:48:07 +02:00

10 lines
196 B
JavaScript

module.exports = {
branches: [
{name: 'main'},
{name: '1.87.x', range: '1.87.x', channel: '1.87.x'},
],
plugins: [
"@semantic-release/commit-analyzer"
]
};