Skip to content

Commit 3e48799

Browse files
updated version tags
1 parent 670e49a commit 3e48799

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

version.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "3.2-alpha",
44
"publicReleaseRefSpec": [
55
"^refs/heads/main$",
6-
"^refs/heads/hotfix$",
6+
"^refs/heads/hotfix\\/.+$",
77
"^refs/heads/v\\d+\\.\\d+$"
8-
]
8+
],
9+
"release": {
10+
"firstUnstableTag": "alpha"
11+
}
912
}

0 commit comments

Comments
 (0)