feat: add release please manifests

This commit is contained in:
Leafd 2025-10-03 14:12:10 -04:00
parent fa45595fea
commit 1612481ddd
2 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{
"apps": "0.0.0"
}

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