From 3fdf6c2cf2c1b325134057b049f2f4d11b0fca92 Mon Sep 17 00:00:00 2001 From: Sjur N Moshagen Date: Wed, 28 Aug 2024 22:52:09 +0200 Subject: [PATCH] Remove a misunderstanding, make it clear how updates are really working --- proof/SpellerReleaseProcedures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proof/SpellerReleaseProcedures.md b/proof/SpellerReleaseProcedures.md index 8f2c0b4c..fb21ef24 100644 --- a/proof/SpellerReleaseProcedures.md +++ b/proof/SpellerReleaseProcedures.md @@ -69,4 +69,4 @@ latest successful CI/CD build. # Automatic updates in Divvun Manager -When an update is released, in any of the channels according to the rules above, older packages installed **from the same channel** will be updated automatically: a beta release will automatically update an older, installed beta release of the same package, a stable release will automatically update an older stable release, and so on. +When an update is released, in any of the channels according to the rules above, older packages will be updated automatically from the active channel **as long as the version number is higher**. The version number comparison does **not** take into account suffixes like `-nightly`, so to ensure proper automatic installation, make sure to bump the version number after a regular (beta or stable) release.