hackatime-desktop/release-please-config.json
2025-10-03 14:16:21 -04:00

33 lines
No EOL
732 B
JSON

{
"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"
}
]
}