Skip to content

Commit 2be1f57

Browse files
author
Magnus Ahlberg
committed
Update branch name in version.json
Changed the branch reference from 'main' to 'master' in the version.json file. This adjustment ensures correct versioning and release processes for branches tagged under 'master'.
1 parent 90226e6 commit 2be1f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.json

+1-1
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": "0.14-beta",
44
"publicReleaseRefSpec": [
5-
"^refs/heads/main$",
5+
"^refs/heads/master$",
66
"^refs/heads/release/v\\d+(?:\\.\\d+)?$"
77
],
88
"cloudBuild": {

0 commit comments

Comments
 (0)