make next branch the new pre-release branch (#284)

This commit is contained in:
Tim Möhlmann 2023-02-24 10:46:14 +01:00 committed by GitHub
parent 8e298791d7
commit f6d107340e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
module.exports = { module.exports = {
branches: [ branches: [
{name: "main"}, {name: "main"},
{name: "dynamic-issuer", prerelease: true}, {name: "next", prerelease: true},
], ],
plugins: [ plugins: [
"@semantic-release/commit-analyzer", "@semantic-release/commit-analyzer",