chore: bootstrap releases for path: .
This commit is contained in:
parent
280d428780
commit
4bf025b35f
2 changed files with 17 additions and 0 deletions
3
.release-please-manifest.json
Normal file
3
.release-please-manifest.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
".": "0.0.0"
|
||||
}
|
14
release-please-config.json
Normal file
14
release-please-config.json
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue