Skip to content

Commit 35f2793

Browse files
committed
ci: experiment with prerelease PRs with release-please
1 parent 9b80a16 commit 35f2793

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

release-please-config.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"include-v-in-tag": false,
44
"include-component-in-tag": false,
55
"packages": {
6-
".": {}
7-
}
6+
".": {
7+
"prerelease": true,
8+
"prerelease-type": "rc"
9+
}
10+
},
11+
"separate-pull-requests": true
812
}

0 commit comments

Comments
 (0)