fix: release v2 (#3441)

This commit is contained in:
Elio Bischof 2022-04-12 17:02:37 +02:00 committed by GitHub
parent 20bdd8e3a1
commit 375a57377d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ module.exports = {
branches: [
{name: 'main'},
{name: '1.x.x', range: '1.x.x', channel: '1.x.x'},
{name: 'workflow-dispatch', prerelease: true},
{name: 'v2', prerelease: true},
],
plugins: [
"@semantic-release/commit-analyzer"