This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f4c9029697 Fix rendering of playground deployment steps (#29519)
2f4c9029697 is described below

commit 2f4c9029697adfd0c1c2285ffbc8891fbc8c2bae
Author: Danny McCormick <[email protected]>
AuthorDate: Mon Nov 27 11:27:12 2023 -0500

    Fix rendering of playground deployment steps (#29519)
---
 contributor-docs/release-guide.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/contributor-docs/release-guide.md 
b/contributor-docs/release-guide.md
index 1cad8084a6c..faa8ad5927c 100644
--- a/contributor-docs/release-guide.md
+++ b/contributor-docs/release-guide.md
@@ -1352,18 +1352,18 @@ After new Beam Release is published, Beam Playground 
can be updated following th
     6. Click the Run Trigger button
     7. Open the [Trigger 
History](https://console.cloud.google.com/cloud-build/builds?project=apache-beam-testing)
 and wait for the job completion. Ensure  that the job completed successfully 
(Status field shows a green tick)
 3. Find the trigger "Playground-CD-stable-manual-stg", it will be run twice, 
once with default variables, and once with some overridden:
-    8. Click the RUN button next to the trigger name
-    9. In the panel that opened, click the Run Trigger button (with default 
variable values)
-    10. Open the [Trigger 
History](https://console.cloud.google.com/cloud-build/builds?project=apache-beam-testing)
 and wait for the job completion. Ensure  that the job completed successfully 
(Status field shows a green tick)
-    11. Click the RUN button next to the trigger name
-    12. In the panel that opened, change values for the variables:
+    1. Click the RUN button next to the trigger name
+    2. In the panel that opened, click the Run Trigger button (with default 
variable values)
+    3. Open the [Trigger 
History](https://console.cloud.google.com/cloud-build/builds?project=apache-beam-testing)
 and wait for the job completion. Ensure  that the job completed successfully 
(Status field shows a green tick)
+    4. Click the RUN button next to the trigger name
+    5. In the panel that opened, change values for the variables:
         * _ORIGIN = PG_BEAMDOC
         * _SUBDIRS = ./learning/beamdoc
-    13. Click the Run Trigger button
-    14. Open the [Trigger 
History](https://console.cloud.google.com/cloud-build/builds?project=apache-beam-testing)
 and wait for the job completion. Ensure  that the job completed successfully 
(Status field shows a green tick)
+    6. Click the Run Trigger button
+    7. Open the [Trigger 
History](https://console.cloud.google.com/cloud-build/builds?project=apache-beam-testing)
 and wait for the job completion. Ensure  that the job completed successfully 
(Status field shows a green tick)
 4. Test updated [staging Playground](https://play-dev.beam.apache.org/) in a 
browser
-    15. Open the menu (represented by '...' in the right top corner) and click 
on Versions. Validate that commit is the same for all listed containers, and 
the hash belongs to a [recent master branch 
commit](https://github.com/apache/beam/commits/master)
-    16. For each of the supported SDKs (Java, Python, Go, SCIO):
+    1. Open the menu (represented by '...' in the right top corner) and click 
on Versions. Validate that commit is the same for all listed containers, and 
the hash belongs to a [recent master branch 
commit](https://github.com/apache/beam/commits/master)
+    2. For each of the supported SDKs (Java, Python, Go, SCIO):
         * Switch to the SDK
         * Make any changes to the loaded default example
         * Click the Run button

Reply via email to