Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Update persisted content version requirements (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Evenson <[email protected]>
  • Loading branch information
lachie83 authored Sep 14, 2021
1 parent 5d89ef6 commit eecc5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Both the `DRAFT` and the `RC` may include an optional number suffix to indicate

The tag `AD` should never be used in a SemVer stability marker. `AD` is synonymous with the final release.

Content persisted MUST be version specific via the use of the `"mediaType"` field to assure the specification version is not assumed. For example code implementing `oras-artifacts-spec-1.0.0.DRAFT1` must use `"mediaType": "application/vnd.cncf.oras.artifact.manifest.1.0.0-DRAFT1+json"`.
Content persisted MUST be version specific to the target version (eg oras-artifacts-spec-1.0.0) via the use of the `"mediaType"` field to assure the specification version is not assumed. For example code implementing `oras-artifacts-spec-1.0.0` must use `"mediaType": "application/vnd.cncf.oras.artifact.manifest.1.0.0+json"`.

The stability markers `ALPHA`, `BETA`, and so on are _disallowed_ under this specification, and MUST NOT be used to express Artifacts specification versions.

Expand Down

0 comments on commit eecc5d9

Please sign in to comment.