chore: bootstrap releases for path: . (#1095)

This commit is contained in:
Mo
2022-06-13 11:31:52 -05:00
committed by GitHub
parent 563271ba03
commit 178e7f3ed6
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{
".": "0.0.0"
}

View File

@@ -0,0 +1,13 @@
{
"packages": {
".": {
"releaseType": "node",
"draft": false,
"prerelease": false,
"bumpMinorPreMajor": false,
"bumpPatchForMinorPreMajor": false,
"changelogPath": "CHANGELOG.md",
"versioning": "default"
}
}
}