Files
nextcloud-autocurrency/release-please-config.json
2024-12-03 16:06:39 +02: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"
}
]
}
}
}