Merge branch 'next-bla' into main-into-next

This commit is contained in:
Silvan 2023-04-19 10:11:50 +02:00 committed by GitHub
commit 15c4e20508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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