Skip to content

Commit

Permalink
Set version to '1.2-prerelease'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kritner committed Nov 29, 2021
1 parent f8a1bfb commit 32a4404
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1-prerelease",
"version": "1.2-prerelease",
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/heads/RELEASE/v\\d+(?:\\.\\d+)?$"
Expand All @@ -11,8 +11,7 @@
}
},
"release": {
"branchName" : "RELEASE/v{version}",
"versionIncrement" : "minor",
"firstUnstableTag" : "prerelease"
"branchName": "RELEASE/v{version}",
"firstUnstableTag": "prerelease"
}
}

0 comments on commit 32a4404

Please sign in to comment.