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

* chore: bootstrap releases for path: .

* chore: update .release-please-manifest.json
This commit is contained in:
Luan
2024-11-02 01:21:51 -03:00
committed by GitHub
parent ba7c0fe4bf
commit b2076342e7
2 changed files with 16 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,13 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}