build(release): use release-please for cutting releases

This commit is contained in:
2022-11-14 21:32:40 +00:00
parent d6789c9737
commit 8245a214c6
4 changed files with 56 additions and 19 deletions

View File

@@ -0,0 +1,16 @@
{
"bootstrap-sha": "d6789c97377f3b664c8ee987e8b2931b73d4a20f",
"last-release-sha": "d6789c97377f3b664c8ee987e8b2931b73d4a20f",
"release-type": "go",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"draft": false,
"prerelease": false,
"extra-files": []
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}