Skip to content

Commit

Permalink
inherit version and bum by commit height
Browse files Browse the repository at this point in the history
  • Loading branch information
florianBachinger committed Jan 18, 2024
1 parent f936d76 commit 926b48b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/Communication/version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"inherit": true,
"pathFilters": ["."]
}
4 changes: 4 additions & 0 deletions src/Configuration/version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"inherit": true,
"pathFilters": ["."]
}
4 changes: 4 additions & 0 deletions src/Utils/version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"inherit": true,
"pathFilters": ["."]
}
3 changes: 0 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.5-prerelease",
"pathFilters": [
"."
],
"publicReleaseRefSpec": [
"^refs/heads/release/v\\d+(?:\\.\\d+)?$"
],
Expand Down

0 comments on commit 926b48b

Please sign in to comment.