Skip to content

Commit

Permalink
Update publicRefSpec to use tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Lewis committed Mar 14, 2018
1 parent 1d7c239 commit 5bd1726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.json
@@ -1,6 +1,6 @@
{
"version": "1.0",
"publicRefSpec": [
"^refs/heads/rel/"
"^refs/tags/v\\d+\\.\\d+" // we release tags starting with vN.N
]
}

0 comments on commit 5bd1726

Please sign in to comment.