opencode-provider-switch/release-please-config.json

10 lines
209 B
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "go",
"changelog-path": "CHANGELOG.md"
}
}
}