From c16e9d79d774f3701d7f9042ffc40dfdd637bd76 Mon Sep 17 00:00:00 2001 From: Oleg Solomka Date: Mon, 4 May 2020 23:27:34 -0700 Subject: [PATCH] [versionJson.md]: fix missed comma Missing comma in the JSON snippet. --- doc/versionJson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/versionJson.md b/doc/versionJson.md index 12c94f5f..ff3ae7d7 100644 --- a/doc/versionJson.md +++ b/doc/versionJson.md @@ -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