{ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "include-v-in-tag": true, "include-component-in-tag": false, "bump-minor-pre-major": true, "packages": { ".": { "release-type": "go", "package-name": "memos", "changelog-path": "CHANGELOG.md", "changelog-sections": [ { "type": "feat", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "perf", "section": "Performance Improvements" }, { "type": "deps", "section": "Dependencies" }, { "type": "revert", "section": "Reverts" } ] } } }