Skip to content

Commit

Permalink
Set version to '1.3-alpha'
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanglr committed May 12, 2023
1 parent e634098 commit 61fc09f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.2",
"version": "1.3-alpha",
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/heads/release/v\\d+(?:\\.\\d+)?$"
],
"release": {
"branchName": "release/v{version}",
"versionIncrement": "minor",
"firstUnstableTag": "alpha"
"branchName": "release/v{version}"
}
}

0 comments on commit 61fc09f

Please sign in to comment.