Skip to content

Commit

Permalink
[versionJson.md]: fix missed comma
Browse files Browse the repository at this point in the history
Missing comma in the JSON snippet.
  • Loading branch information
legomushroom committed May 5, 2020
1 parent 8ed3707 commit c16e9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/versionJson.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The content of the version.json file is a JSON serialized object with these prop
},
"pathFilters": [
// optional list of paths to consider when calculating version height.
]
],
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
Expand Down

0 comments on commit c16e9d7

Please sign in to comment.