You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The schema is distributed through two channels:
13
13
1.**GitHub releases** (primary) - `.github/workflows/release-artifacts.yml` extracts the schema from the opam destdir and uploads it as a release artifact
14
14
- Schema is retrieved from `$OPAM_DESTDIR/share/crs/schema/crs-config.schema.json`
15
15
- Uploaded alongside platform-specific binaries
16
-
- Accessed via versioned URLs like `https://github.com/mbarbin/crs/releases/download/v1.2.3/crs-config.schema.json`
16
+
- Accessed via versioned URLs like `https://github.com/mbarbin/crs/releases/download/0.0.20251014/crs-config.schema.json`
17
17
- This is the primary distribution mechanism that users reference in their configs
18
18
19
19
2.**Opam installation** (secondary, for offline use if needed) - `schema/dune` installs the file to `share_root` under `crs/schema/`
0 commit comments