Skip to content

Commit

Permalink
Set version to '1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkDaskin committed Oct 23, 2020
1 parent d6b2593 commit 291ce47
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0-alpha",
"version": "1.0",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/release/\\d+(?:\\.\\d+)?$"
],
"release": {
"branchName": "release/{version}"
},
"pathFilters": [ ":/", ":!README.md", ":!.github" ],
"cloudBuild": {
"buildNumber": {
"enabled": true
}
}
},
"release": {
"branchName": "release/{version}"
},
"pathFilters": [
"/",
":!README.md",
":!.github"
]
}

0 comments on commit 291ce47

Please sign in to comment.