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

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"