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

This commit is contained in:
Bill Church 2022-08-02 09:34:43 -04:00 committed by Bill Church
parent 64e093931a
commit 85eeee0000
No known key found for this signature in database
GPG key ID: 10DD056C65752AA0
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"
}
}
}