We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318ab3f commit 1d58876Copy full SHA for 1d58876
1 file changed
branch-release/branch_release.sh
@@ -53,7 +53,7 @@ AHEAD_BY_EXP='"ahead_by":\d+'
53
PATCH_NUMBER="$( echo "$TAG" | cut -d'.' -f3- | grep -oE '(^[0-9]+$)' )"
54
55
# 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
+# If you manually set a patch number that starts with a '_', it will merge forward to the specified version
57
# Get forced target release from tag '26.3._26.4' => '26.4'
58
FORCED_TARGET_RELEASE="$( echo "$TAG" | cut -d'.' -f3- | grep -oE '(^_[0-9]+\.[0-9]+$)' | cut -d'_' -f2- )"
59
0 commit comments