Skip to content

Commit

Permalink
Fix issue with project heights causing revs when project not modified
Browse files Browse the repository at this point in the history
  • Loading branch information
CZEMacLeod committed Aug 13, 2023
1 parent c281cbc commit d967c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/v3.3.37/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.1",
"pathFilters": [ ".", "../Directory.Build.props", "../Directory.Build.targets" ],
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of main
"^refs/heads/rel/v\\d+\\.\\d+" // we also release tags starting with rel/N.N
Expand Down
1 change: 1 addition & 0 deletions src/C3D/Extensions/Playwright/AspNetCore/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/v3.3.37/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.1",
"pathFilters": [ ".", "../Directory.Build.props", "../Directory.Build.targets" ],
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of main
"^refs/heads/rel/v\\d+\\.\\d+" // we also release tags starting with rel/N.N
Expand Down

0 comments on commit d967c9e

Please sign in to comment.