Skip to content

Commit

Permalink
Merge pull request #473 from legomushroom/patch-1
Browse files Browse the repository at this point in the history
[versionJson.md]: fix missed comma
  • Loading branch information
AArnott committed May 5, 2020
2 parents 8ed3707 + c16e9d7 commit d46ca3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/versionJson.md
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 d46ca3a

Please sign in to comment.