{ "extra-files": [ { "type": "json", "path": "src-tauri/tauri.conf.json", "jsonpath": "$.version" } ], "packages": { ".": { "package-name": "app", "release-type": "node", "prerelease": false, "include-v-in-tag": true, "pull-request-header": "HACKATIMEEEEEEEE" } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "changelog-sections": [ { "section": "✨ Features", "type": "feat" }, { "section": "🐛 Bugfixes", "type": "fix" }, { "section": "👽 Miscellaneous", "type": "chore" } ] }