Skip to content

Commit

Permalink
fix: Use preview instead of alpha tag (bUnit-dev#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet authored and bUnitBot committed Apr 19, 2024
1 parent 579863c commit 2a65486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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": "2.0-alpha",
"version": "2.0-preview",
"assemblyVersion": {
"precision": "revision"
},
Expand All @@ -17,7 +17,7 @@
},
"release": {
"branchName": "release/v{version}",
"firstUnstableTag": "alpha"
"firstUnstableTag": "preview"
},
"pathFilters": [
"./src"
Expand Down

0 comments on commit 2a65486

Please sign in to comment.