Skip to content

Commit

Permalink
Enable auto-version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-Hugo committed Mar 23, 2024
1 parent 022e2f5 commit b085d46
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "4.0.0",
"publicReleaseRefSpec": ["^refs/heads/(main|master)$"],
"version": "4.0",
"publicReleaseRefSpec": [
"^refs/heads/(main|master)$"
],
"cloudBuild": {
"buildNumber": {
"enabled": true
}
}
}
}

0 comments on commit b085d46

Please sign in to comment.