Skip to content

Commit a6382bf

Browse files
chore: introduced expectation that "repo" is cloneable.
Based on feedback in [1]. [1]: #280 Signed-off-by: Andrew Lilley Brinker <[email protected]>
1 parent b7bfb61 commit a6382bf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

schema/docs/versions.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,11 @@ Git commits, declaring them `unaffected` unless specified otherwise by status
425425
changes. (The conventional `0` and `*` specify “no lower bound, no upper bound”
426426
for the range.) Because the Git version identifiers cannot be understood
427427
without reference to a specific Git repository, this form adds a new `repo`
428-
field containing the URL of the repository. Let's suppose the repository's
429-
commit graph looks like this:
428+
field containing the URL of the repository. This URL is expected to be
429+
"Git-cloneable," meaning a `git clone` command which used the URL would
430+
succeed.
431+
432+
Let's suppose the repository's commit graph looks like this:
430433

431434
```
432435
1.0.0 1.0.3

0 commit comments

Comments
 (0)