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:
parent
1e49ab3a0a
commit
53bae5a285
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue