From 1a8420d06a5f05e6e287e704e58332b172fd7da9 Mon Sep 17 00:00:00 2001 From: mbakalarski <64490638+mbakalarski@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:30:03 +0000 Subject: [PATCH] Send readers to the tags, which is where the versions are install.md pointed at the Releases page to pick a version. There are no GitHub Releases in this repository -- release.yml builds the package and pushes it to both registries, and never creates one -- so that page answers "There aren't any releases here" while four tags sit next to it. The sentence beside the link already said where to look: the git tag is the package version. Co-Authored-By: Claude Opus 5 --- docs/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index e8c99e4..05ab910 100644 --- a/docs/install.md +++ b/docs/install.md @@ -15,11 +15,11 @@ Tested against Crossplane 2.3.4. ## The Configuration Pick a version from the -[Releases page](https://github.com/netclab/netclab-xp/releases). The git tag -*is* the package version, so the two can never disagree. +[tags](https://github.com/netclab/netclab-xp/tags). The git tag *is* the package +version, so the two can never disagree. ```bash -VERSION= # e.g. the latest tag from the Releases page +VERSION= # e.g. the newest tag cat <