From a340d0f9e4568c8ef8f06390e10f66e2eb87bd6d Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sun, 10 May 2026 14:13:14 +0300 Subject: docs(context7): pin previousVersions to release tags, not branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit context7.json now references the floating release tags (1.5, 1.4) created by .github/workflows/update-version-tags.yml instead of the internal branch names (circinus, sagitta). The tags are kept at the HEAD of their corresponding branches by the workflow, so consumers get the same content under stable, version-shaped names. 🤖 Generated by [robots](https://vyos.io) --- context7.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'context7.json') diff --git a/context7.json b/context7.json index 92eea80b..62d04b59 100644 --- a/context7.json +++ b/context7.json @@ -30,7 +30,7 @@ "Use reserved documentation IP space in examples: 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24 (RFC 5737), 2001:db8::/32 (RFC 3849). Never use real or RFC1918 addresses." ], "previousVersions": [ - { "branch": "circinus" }, - { "branch": "sagitta" } + { "tag": "1.5" }, + { "tag": "1.4" } ] } -- cgit v1.2.3