Skip to content

Commit

Permalink
fix(release): next pushes are prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
BayanBennett committed Apr 9, 2023
1 parent 6985909 commit 45440d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@
"release": {
"branches": [
"main",
"next"
{
"name": "next",
"prerelease": true
}
]
},
"private": false,
Expand Down

0 comments on commit 45440d9

Please sign in to comment.