Skip to content

Commit

Permalink
chore: update release branch for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Aug 22, 2024
1 parent 301a328 commit b7fdd43
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.3.0-beta",
"publicReleaseRefSpec": [
"^refs/heads/release/v\\d+(?:\\.\\d+)?$"
],
"publicReleaseRefSpec": ["^refs/heads/release/v\\d+(?:\\.\\d+)?$"],
"release": {
"branchName": "release/v{version}",
"branchName": "main",
"firstUnstableTag": "beta"
}
}
}

0 comments on commit b7fdd43

Please sign in to comment.