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: .github/scripts/create-platform-release-pr.sh
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -315,11 +315,13 @@ create_changelog_pr() {
315
315
echo"Generating test plan csv.."
316
316
yarn run gen:commits "${platform}""${previous_version}""${release_branch_name}""${PROJECT_GIT_DIR}"
317
317
318
-
if [[ "${TEST_ONLY:-false}"=='false' ]];then
319
-
echo"Updating release sheet.."
320
-
# Create a new Release Sheet Page for the new version with our commits.csv content
321
-
yarn run update-release-sheet "${platform}""${new_version}""${GOOGLE_DOCUMENT_ID}""./commits.csv""${PROJECT_GIT_DIR}""${MOBILE_TEMPLATE_SHEET_ID}""${EXTENSION_TEMPLATE_SHEET_ID}"
322
-
fi
318
+
# Skipping Google Sheets update since there is no need for it anymore
319
+
# TODO: Remove this once the current post-main validation approach is stable
320
+
# if [[ "${TEST_ONLY:-false}" == 'false' ]]; then
321
+
# echo "Updating release sheet.."
322
+
# # Create a new Release Sheet Page for the new version with our commits.csv content
0 commit comments