1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Add autoupdate.needs_manual_tweaks to manifest schema, unused for now.

It will be used in the future to print a custom message in the autoupdate PRs, maybe even from a
doc/UPDATE_PR.md file from the app's repository.
This commit is contained in:
Salamandar 2024-04-02 20:02:00 +02:00 committed by Alexandre Aubin
parent 1e49ab3a0a
commit 53bae5a285

View file

@ -579,6 +579,10 @@
"allow_prereleases": {
"type": "boolean",
"description": "Allow prereleases when using strategy = latest_X_release"
},
"needs_manual_tweaks": {
"type": "boolean",
"description": "Inform the maintainer of manual steps to make autoupdate PRs work"
}
}
}