chore: add support for release-please (#165)

This commit is contained in:
Damien Retzinger
2023-03-15 09:59:03 -04:00
committed by GitHub
parent 6776e7f306
commit 0b005d1d95
3 changed files with 31 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft-pull-request": true,
"prerelease": true,
"include-component-in-tag": false,
"include-v-in-tag": true,
"pull-request-title-pattern": "chore: release ${version}",
"packages": {
".": {
"release-type": "node"
}
}
}