Skip to content

Commit

Permalink
ci: Fix to include generator on versioning (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarllot authored Oct 19, 2024
1 parent 23db200 commit b29ac94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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+"
],
Expand Down

0 comments on commit b29ac94

Please sign in to comment.