Skip to content

Commit 08e619a

Browse files
committed
fix: Use preview instead of alpha tag (#1414)
1 parent df68fac commit 08e619a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "2.0-alpha",
3+
"version": "2.0-preview",
44
"assemblyVersion": {
55
"precision": "revision"
66
},
@@ -17,7 +17,7 @@
1717
},
1818
"release": {
1919
"branchName": "release/v{version}",
20-
"firstUnstableTag": "alpha"
20+
"firstUnstableTag": "preview"
2121
},
2222
"pathFilters": [
2323
"./src"

0 commit comments

Comments
 (0)