Skip to content

Commit 80326d1

Browse files
committed
Clarify that SPEC_VERSION is a semver string
1 parent 78fd456 commit 80326d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tuf-spec.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,9 @@ repo](https://github.com/theupdateframework/specification/issues).
582582
, ... }
583583
}
584584

585-
SPEC_VERSION is the version number of the specification. Metadata is
585+
SPEC_VERSION is a string that contains the version number of the TUF
586+
specification. Its format follows the [Semantic Versioning 2.0.0
587+
(semver)](https://semver.org/spec/v2.0.0.html) specification. Metadata is
586588
written according to version "spec_version" of the specification, and
587589
clients MUST verify that "spec_version" matches the expected version number.
588590
Adopters are free to determine what is considered a match (e.g., the version

0 commit comments

Comments
 (0)