mirror of
https://github.com/chenasraf/nextcloud-app-template.git
synced 2026-05-17 17:28:09 +00:00
16 lines
323 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|