From 94cfb3017f110addafe40dae33e0bf900ae948a2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 27 Apr 2022 19:49:20 +0200 Subject: [PATCH] Update README.md --- addons_updater/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons_updater/README.md b/addons_updater/README.md index efcd6bf50..e50ad430e 100644 --- a/addons_updater/README.md +++ b/addons_updater/README.md @@ -44,8 +44,8 @@ Only addons with an updater.json file will be updated. Here is [an example](https://github.com/alexbelgium/hassio-addons/blob/master/arpspoof/updater.json). You can add the following tags in the file : -- beta: true/false ; should it look only for releases or prereleases ok - fulltag: true is for example "v3.0.1-ls67" false is "3.0.1" +- github_beta: true/false ; should it look only for releases or prereleases ok - github_havingasset : true if there is a requirement that a release has binaries and not just source - github_tagfilter: filter a text in the release name - last_update: automatically populated, date of last upstream update