Skip to content

Commit

Permalink
Update version.json to add release specs and set version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmurillo authored Aug 28, 2024
1 parent 09190f1 commit 38d26b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.2.0",
"version": "0.1.2",
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/heads/v\\d+(?:\\.\\d+)?$"
"^refs/heads/v\\d+(?:\\.\\d+)?$",
"^refs/heads/release/v\\d+\\.\\d+\\.\\d+$",
"^refs/tags/v\\d+\\.\\d+\\.\\d+(-(alpha|beta|rc)(\\.\\d+)?)?$"
],
"cloudBuild": {
"buildNumber": {
Expand Down

0 comments on commit 38d26b5

Please sign in to comment.