zitadel/.releaserc.js

10 lines
196 B
JavaScript
Raw Normal View History

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