docs(release): note the raw.githubusercontent CDN delay after a release

This commit is contained in:
Alex Verkhovsky
2026-08-20 22:55:23 -07:00
parent ba0668b04f
commit 2b7b22cddb
+6
View File
@@ -96,3 +96,9 @@ git fetch origin
git show origin/main:skills/bmad/module-manifest.toml # version = "<version>"
git show origin/dev:skills/bmad/module-manifest.toml # still the placeholder
```
Note: installed copies check for updates through `raw.githubusercontent.com`,
which caches files for around five minutes. Right after the push, update
checks may still report the previous version; that is the CDN, not a failed
release. Verify through git (above), or wait a few minutes before trusting
an update check.