make next
branch the new pre-release branch (#284)
This commit is contained in:
parent
8e298791d7
commit
f6d107340e
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue