Skip to content

Commit 5033cf7

Browse files
Tell publicReleaseRefSpec we release from main
1 parent 3e79d2c commit 5033cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
33
"version": "1.1",
44
"publicReleaseRefSpec": [
5-
"^refs/heads/master$",
5+
"^refs/heads/main$",
66
"^refs/heads/v\\d+(?:\\.\\d+)?$"
77
],
88
"cloudBuild": {

0 commit comments

Comments
 (0)