Skip to content

Commit 55d5dfc

Browse files
committed
Refresh schema publication docs after release
1 parent 5b1570c commit 55d5dfc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/planning/minor-schema-contract-evolution/implementation-note.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
- Product release versioning remains separate from schema contract versioning.
3131
- The current product line is `v0.3.0`, and it now emits `1.1.0` contracts by default.
32-
- The schema publication tag required for external publication is `schema-v1.1.0`.
33-
- Local release plumbing is complete and validated, but external publication still depends on creating and pushing that schema tag.
32+
- The schema publication tag used for external publication is `schema-v1.1.0`.
33+
- The `1.1.0` schema line is now published on GitHub Pages and shipped by the `v0.3.0` product release.
3434

3535
## Explicit Non-Goals For This Minor
3636

docs/schema-publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ The workflow should publish both schema families:
6464
- Never silently mutate a published schema version in place.
6565
- The generated contracts pack now carries the versioned schema tree, for example `schema/model/v1.1.0/model.schema.json`, not a single unversioned flat copy.
6666
- The GitHub Pages publish workflow mirrors the full versioned schema tree from `api/schema/` and refreshes `schema/model/latest/` plus `schema/snapshot/latest/` to the currently pinned contract line.
67-
- If `schema-v1.1.0` has not been pushed yet, the `v1.1.0` URIs documented in this repository are the intended canonical publish targets, but GitHub Pages will not serve them until that workflow runs.
67+
- `schema-v1.1.0` is published; the `v1.1.0` versioned URLs and both `latest/` aliases are live GitHub Pages endpoints.

0 commit comments

Comments
 (0)