ci(release): setup release-please for release automation

This commit is contained in:
2024-03-25 02:03:35 +00:00
parent 563d447be9
commit 03bfa1a8f8
3 changed files with 27 additions and 0 deletions

14
.github/release-please-config.json vendored Normal file
View File

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