Skip to content

Commit

Permalink
tagging 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz committed Apr 11, 2024
1 parent fb72555 commit 785c998
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.4.0-pre",
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of main
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
],
"release" : {
"tagName" : "v{version}",
"branchName" : "v{version}",
"versionIncrement" : "minor",
"firstUnstableTag" : "pre"
}
}
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.5.0",
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/tags/v\\d+\\.\\d+"
],
"release": {
"firstUnstableTag": "pre"
}
}

0 comments on commit 785c998

Please sign in to comment.