Skip to content

Commit fa637c9

Browse files
authored
Docs/versioning (#64)
1 parent 90e8d3a commit fa637c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In order to allow tools to find npm packages with custom element manifests witho
4242
## Schema Versioning
4343

4444
The schema has a `schemaVersion` field in the top-level object to facilitate
45-
evolution of the schema. The current schema version is `0.1.0`.
45+
evolution of the schema. The schema follows [semver](https://semver.org/) versioning, the current schema version is `0.1.0`.
4646

4747
This version will not always match the npm package version, as some changes to the npm package might not have changes to the schema. We will publish a list of schema versions and their associated npm versions and git tags.
4848

0 commit comments

Comments
 (0)