Skip to content

Commit

Permalink
fix version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Sep 25, 2020
1 parent e5f325b commit 5abd7df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"version": "3.1",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/dev$", // we release out of develop
"^refs/heads/main$", // we release out of main
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
],
"nugetPackageVersion":{
Expand Down

0 comments on commit 5abd7df

Please sign in to comment.