From 9ef6a712d6448581ad98b2c85f0de0bf619a2448 Mon Sep 17 00:00:00 2001 From: Nerivec <62446222+Nerivec@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:40:23 +0100 Subject: [PATCH] Add link to upgrade PR in README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bec0daf..aadc61e 100644 --- a/README.md +++ b/README.md @@ -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.