Changeset 0343a7a in Klonkt for README.md


Ignore:
Timestamp:
06/28/2026 10:42:39 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
7475ff3
Parents:
318e1ce
Message:

feat(release): self-host updates track a verified 'stable' branch

install.sh + klonkt-update now default to the 'stable' branch instead of 'main', so a
self-host auto-update never pulls work-in-progress. 'stable' only advances to a verified
commit (via the klonkt-release step on release). --branch main opts into the dev branch.

  • scripts/install.sh — default KLONKT_BRANCH=stable
  • README.md — document the stable update channel
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r318e1ce r0343a7a  
    5959with `klonkt-update`.
    6060
     61Updates track the **`stable`** branch — it only advances to a version that's been verified,
     62so `klonkt-update` never pulls work-in-progress. Want the bleeding edge instead? Install with
     63`--branch main` (or set `KLONKT_BRANCH=main`).
     64
    6165### Option B — Docker
    6266
Note: See TracChangeset for help on using the changeset viewer.