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 authored and alexAubin committed Apr 11, 2024
1 parent 1e49ab3 commit 53bae5a
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 53bae5a

Please sign in to comment.