Skip to content

Commit

Permalink
ci: change release branch template, switch to alpha suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
starteleport committed Mar 4, 2023
1 parent 3b1e203 commit f692bd1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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.0-beta",
"version": "1.0-alpha",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/release/v\\d+(?:\\.\\d+)?$"
Expand All @@ -9,5 +9,10 @@
"buildNumber": {
"enabled": true
}
},
"release": {
"branchName" : "release/v{version}",
"versionIncrement" : "minor",
"firstUnstableTag" : "alpha"
}
}

0 comments on commit f692bd1

Please sign in to comment.