Skip to content

Commit 1b13020

Browse files
committed
chore: Update release please config
1 parent 63b9509 commit 1b13020

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

release-please-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
"packages": {
33
".": {
44
"release-type": "node",
5+
"changelog-path": "CHANGELOG.md",
56
"include-v-in-tag": true,
67
"include-component-in-tag": false,
7-
"changelog-path": "CHANGELOG.md"
8+
"prerelease": false,
9+
"prerelease-type": "rc",
10+
"versioning": "default"
811
}
912
},
1013
"changelog-sections": [

0 commit comments

Comments
 (0)