Skip to content

Commit

Permalink
housekeeping: Fix the release tag (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Oct 23, 2020
1 parent e8d6934 commit 46f71d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions version.json
@@ -1,9 +1,7 @@
{
"version": "3.3",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/develop$", // we release out of develop
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N
"^refs/heads/main$", // we release out of master
],
"nugetPackageVersion":{
"semVer": 2
Expand Down

0 comments on commit 46f71d8

Please sign in to comment.