mirror of
https://github.com/System-End/hackatime-desktop.git
synced 2026-04-19 22:05:10 +00:00
feat: add release please manifests
This commit is contained in:
parent
fa45595fea
commit
1612481ddd
2 changed files with 36 additions and 0 deletions
3
.release-please-manifest.json
Normal file
3
.release-please-manifest.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"apps": "0.0.0"
|
||||
}
|
||||
33
release-please-config.json
Normal file
33
release-please-config.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"extra-files": [
|
||||
{
|
||||
"type": "json",
|
||||
"path": "src-tauri/tauri.conf.json",
|
||||
"jsonpath": "$.version"
|
||||
}
|
||||
],
|
||||
"packages": {
|
||||
"apps": {
|
||||
"package-name": "apps",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue