Add link to upgrade PR in README.

This commit is contained in:
Nerivec
2024-10-28 22:40:23 +01:00
parent 5b23d987a4
commit 9ef6a712d6

View File

@@ -112,7 +112,7 @@ Example:
```
````
### Notes for maintainers
### Notes for maintainers & developers
- `images` and `index.json` contain added (PR or auto download) "upgrade" images.
- `images1` and `index1.json` contain automatically archived "downgrade" images (automatically moved from `images`/`index.json` after a merged PR introduced a newer version, or during auto download).
@@ -145,3 +145,5 @@ interface RepoImageMeta {
releaseNotes?: string;
}
```
See https://github.com/Koenkk/zigbee-OTA/pull/581#issue-2619493249 for details on the processes used by this repository.