From 4360a0b460924d9506cd3e5d51efe1bcc3f44a8c Mon Sep 17 00:00:00 2001 From: Joe Flateau Date: Thu, 11 Apr 2024 10:51:04 -0400 Subject: [PATCH] docs(expo): fix the description for the expo update republish option (#22713) --- docs/generated/packages/expo/executors/update.json | 2 +- packages/expo/src/executors/update/schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/generated/packages/expo/executors/update.json b/docs/generated/packages/expo/executors/update.json index 07bdeb3c6a..40135e5d43 100644 --- a/docs/generated/packages/expo/executors/update.json +++ b/docs/generated/packages/expo/executors/update.json @@ -25,7 +25,7 @@ }, "republish": { "type": "boolean", - "description": "Enable JSON output, non-JSON messages will be printed to stderr", + "description": "Republish a previous update within a branch", "default": false }, "group": { "type": "string", "description": "Update group to republish" }, diff --git a/packages/expo/src/executors/update/schema.json b/packages/expo/src/executors/update/schema.json index c93dbfa5eb..94519ce6e4 100644 --- a/packages/expo/src/executors/update/schema.json +++ b/packages/expo/src/executors/update/schema.json @@ -28,7 +28,7 @@ }, "republish": { "type": "boolean", - "description": "Enable JSON output, non-JSON messages will be printed to stderr", + "description": "Republish a previous update within a branch", "default": false }, "group": {