Skip to content

Commit

Permalink
Update version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Feb 18, 2024
1 parent e9f08ac commit 77ff67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "2.1",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/main$", // we release out of main
"^refs/heads/preview/.*", // we release previews
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N
],
Expand Down

0 comments on commit 77ff67f

Please sign in to comment.