chore: bootstrap releases for path: .

This commit is contained in:
Bill Church 2022-08-02 09:33:37 -04:00
parent d77f885d52
commit 0c69c9fcf5
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"
}
}
}