chore: next as pre release

This commit is contained in:
Silvan
2023-04-19 09:41:33 +02:00
committed by GitHub
parent 8da8fbe6ce
commit 85054e8d2b

View File

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