Browse Source

JSON markdown

ota-updates
Mayank 5 years ago
parent
commit
1bbc63d12d
No known key found for this signature in database GPG Key ID: D037D60476CE748C
  1. 4
      bin/update/README.md

4
bin/update/README.md

@ -11,11 +11,11 @@ How over-the-air updates work on Umbrel.
4. To prepare a new release of Umbrel, called `vX.Y.Z`, a PR is opened that updates the [`info.json`](https://github.com/mayankchhabra/umbrel/blob/ota-updates/info.json) file to:
```
```json
{
"version": "X.Y.Z",
"name": "Umbrel vX.Y.Z",
"notes": "This release contains a number of bug fixes and new features."
"notes": "This release contains a number of bug fixes and new features.",
"requires": ">=A.B.C"
}
```

Loading…
Cancel
Save