You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/validate-plugin-version.sh
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -146,12 +146,17 @@ main() {
146
146
BASE_BRANCH="${BRANCH:-$DEFAULT_BRANCH}"
147
147
148
148
echo"Creating a pull request with base branch $BASE_BRANCH."
149
-
local PR_OPTIONS="--title \"Update Tested Up To version to $CURRENT_WP_VERSION\" --body \"This pull request updates the 'Tested up to' version in specified files (${FILENAMES}) to match the current WordPress version $CURRENT_WP_VERSION.\" --base \"$BASE_BRANCH\""
149
+
PR_OPTIONS=(
150
+
--title "Update Tested Up To version to $CURRENT_WP_VERSION"
151
+
--body "This pull request updates the 'Tested up to' version in specified files (${FILENAMES}) to match the current WordPress version $CURRENT_WP_VERSION."
0 commit comments