Skip to content

Commit 7915d59

Browse files
chore: add a prerelease branch
This means it's possible to iterate on work that needs external input without using a main channel like next or master
1 parent c9f97ed commit 7915d59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"release": {
5555
"branches": [
5656
"master",
57-
"next"
57+
"next",
58+
{"name": "prerelease", "prerelease": true}
5859
]
5960
},
6061
"publishConfig": {

0 commit comments

Comments
 (0)