From b29ac94745fc9d78192377298307cbe0a478e53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabr=C3=ADcio=20Godoy?= Date: Sat, 19 Oct 2024 12:49:24 -0300 Subject: [PATCH] ci: Fix to include generator on versioning (#221) --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index e74fcd2..bd8014a 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", "version": "1.9", - "pathFilters": ["src"], + "pathFilters": ["src", "gen"], "publicReleaseRefSpec": [ "^refs/tags/v\\d+\\.\\d+" ],