chore: bootstrap releases for path: .

This commit is contained in:
Sevki 2024-03-15 09:11:20 +00:00
parent 280d428780
commit 4bf025b35f
2 changed files with 17 additions and 0 deletions

View file

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

View file

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