mirror of
https://github.com/System-End/hackatime-desktop.git
synced 2026-04-20 00:25:14 +00:00
33 lines
No EOL
732 B
JSON
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"
|
|
}
|
|
]
|
|
} |