ci(release): setup release-please

This commit is contained in:
2023-04-26 01:02:32 +01:00
parent edbd57893b
commit d162ddc970
3 changed files with 33 additions and 0 deletions

View File

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