From 20503fe4aaf808a96b6d5f5c33dca1efd2a15115 Mon Sep 17 00:00:00 2001 From: Richard Glazerman Date: Tue, 1 Aug 2023 11:12:30 -0700 Subject: [PATCH] update release guide --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index c69e5b94d1f..00e4b93446b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -92,7 +92,7 @@ git push origin lts-- // Note: alternatively, you ca 3. Publish the LTS ``` - node ./scripts/publish.js lts + node ./scripts/publish.js lts --skipSmokeTest /* for older (lts--) */ ``` 4. Update the Release Notes on Github