Skip to content

Commit

Permalink
add branches
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Nov 2, 2022
1 parent 0b361ef commit 43c1044
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,19 @@
},
"release": {
"branches": [
"master"
"master",
{
"name": "next-spec",
"prerelease": true
},
{
"name": "next-major-spec",
"prerelease": true
},
{
"name": "next-major",
"prerelease": true
}
],
"plugins": [
[
Expand All @@ -96,7 +108,12 @@
}
],
"@semantic-release/npm",
"@semantic-release/github"
[
"@semantic-release/github",
{
"assets": []
}
]
]
}
}

0 comments on commit 43c1044

Please sign in to comment.