From 0be393d0450a8f0230cf97ed22da0715a6dc8de0 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 10 Sep 2015 14:36:14 +0200 Subject: [PATCH] Spelling, prerelease notes --- users/custom-upgrades.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/users/custom-upgrades.rst b/users/custom-upgrades.rst index cdc66df05..2894cba5e 100644 --- a/users/custom-upgrades.rst +++ b/users/custom-upgrades.rst @@ -15,7 +15,7 @@ Usage The URL used to fetch release information can be set in :ref:`advanced`, under the name ``releasesURL``. The URL should point to a location serving a valid -relase list. The release list is a JSON file on the following format:: +release list. The release list is a JSON file on the following format:: [ { @@ -69,6 +69,8 @@ relase list. The release list is a JSON file on the following format:: The file may include additional attributes; these are ignored. Syncthing looks for a version number in ``tag_name``, then for an asset ``name`` matching -``syncthing-$os-$arch-$version.$ext``. The actual assets must be official +``syncthing-$os-$arch-$version.$ext``. Only beta releases (i.e. releases with +version numbers of the form ``v0.11.24-beta...``) will consider an upgrade to +a release marked as ``"prerelease": true``. The actual assets must be official releases downloaded from Github, or they must be custom compiled and signed according to the process outlined in :ref:`release-signing`.