Skip to content

Commit

Permalink
Add autoupdate.needs_manual_tweaks to manifest schema, unused for now.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Salamandar committed Apr 2, 2024
1 parent d52a3ad commit eed6ee3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/manifest.v2.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit eed6ee3

Please sign in to comment.