Skip to content

Commit 1d58876

Browse files
committed
Fix comment
1 parent 318ab3f commit 1d58876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

branch-release/branch_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ AHEAD_BY_EXP='"ahead_by":\d+'
5353
PATCH_NUMBER="$( echo "$TAG" | cut -d'.' -f3- | grep -oE '(^[0-9]+$)' )"
5454

5555
# By default, this automation will skip monthly releases that have locked in a '.0' release
56-
# If you manually set a patch number that starts with a
56+
# If you manually set a patch number that starts with a '_', it will merge forward to the specified version
5757
# Get forced target release from tag '26.3._26.4' => '26.4'
5858
FORCED_TARGET_RELEASE="$( echo "$TAG" | cut -d'.' -f3- | grep -oE '(^_[0-9]+\.[0-9]+$)' | cut -d'_' -f2- )"
5959

0 commit comments

Comments
 (0)