Skip to content

Commit 170684c

Browse files
authored
[release/6.0.3xx] Fix release branch naming. (#15291)
1 parent 2ee780e commit 170684c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Make.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ NUGET_HARDCODED_PRERELEASE_IDENTIFIER=
8888
# Set the NUGET_HARDCODED_PRERELEASE_BRANCH variable to the exact name for the branch the above variable should apply to (so that any other branches won't pick it up by accident).
8989
# For the previous example, this would be "release/6.0.2xx-rc1"
9090
# When creating a (pre) release branch from main, this must be changed from "main" to the new release branch.
91-
NUGET_HARDCODED_PRERELEASE_BRANCH=release/6.0.4xx
91+
NUGET_HARDCODED_PRERELEASE_BRANCH=release/6.0.3xx
9292

9393
# compute the alphanumeric version of the hardcoded prerelease branch
9494
NUGET_HARDCODED_PRERELEASE_BRANCH_ALPHANUMERIC:=$(shell export LANG=C; printf "%s" "$(NUGET_HARDCODED_PRERELEASE_BRANCH)" | tr -c '[a-zA-Z0-9-]' '-')

0 commit comments

Comments
 (0)