Files
nextcloud-pantry/release-please-config.json
2026-04-05 20:48:24 +03:00

16 lines
323 B
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "simple",
"extra-files": [
{
"type": "xml",
"path": "appinfo/info.xml",
"xpath": "/info/version"
}
]
}
}
}