ci(release): setup release-please

This commit is contained in:
2023-10-13 11:26:56 +01:00
parent ba3416e916
commit 3098b35725
3 changed files with 26 additions and 0 deletions

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

@@ -0,0 +1,13 @@
{
"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"
}