From eecc5d95bcee4741b8d28125e3817a456b76627d Mon Sep 17 00:00:00 2001 From: Lachlan Evenson Date: Tue, 14 Sep 2021 16:56:36 -0700 Subject: [PATCH] Update persisted content version requirements (#46) Signed-off-by: Lachlan Evenson --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 56302c1..a18c332 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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.