Skip to content

Commit 87bb7e0

Browse files
authored
Document that version.json must be all lowercase
Closes #166
1 parent 6c88c60 commit 87bb7e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/versionJson.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Here is the content of a sample version.json file you may start with:
1414
The `$schema` field is optional but highly encouraged as it causes most JSON editors
1515
to add auto-completion and doc tips to help you author the file.
1616

17+
Note that the capitalization of the `version.json` filename must be all lower-case
18+
when added to the git repo.
19+
1720
## File format
1821

1922
The content of the version.json file is a JSON serialized object with these properties

0 commit comments

Comments
 (0)