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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 275cc51  Publishing website 2019/08/15 17:09:06 at commit ab15bee
275cc51 is described below

commit 275cc51cbef893183ee6a6b744ccc6cec60b7d6f
Author: jenkins <bui...@apache.org>
AuthorDate: Thu Aug 15 17:09:06 2019 +0000

    Publishing website 2019/08/15 17:09:06 at commit ab15bee
---
 .../contribute/release-guide/create-branch/index.html    | 12 ++++++------
 .../contribute/release-guide/prepare/index.html          | 16 +++++++++-------
 .../release-guide/validate-candidate/index.html          |  2 +-
 .../contribute/release-guide/verify-branch/index.html    |  6 +++---
 4 files changed, 19 insertions(+), 17 deletions(-)

diff --git 
a/website/generated-content/contribute/release-guide/create-branch/index.html 
b/website/generated-content/contribute/release-guide/create-branch/index.html
index dcf64a4..9c6d7a5 100644
--- 
a/website/generated-content/contribute/release-guide/create-branch/index.html
+++ 
b/website/generated-content/contribute/release-guide/create-branch/index.html
@@ -277,12 +277,12 @@ and update version information on the original branch.</p>
     <p>Script: <a 
href="https://github.com/apache/beam/blob/master/release/src/main/scripts/cut_release_branch.sh";>cut_release_branch.sh</a></p>
   </li>
   <li>Usage
-    <div class="language-sh highlighter-rouge"><pre 
class="highlight"><code><span class="c"># Cut a release branch</span>
-./beam/release/src/main/scripts/cut_release_branch.sh <span class="se">\</span>
---release<span class="o">=</span><span class="k">${</span><span 
class="nv">RELEASE_VERSION</span><span class="k">}</span> <span 
class="se">\</span>
---next_release<span class="o">=</span><span class="k">${</span><span 
class="nv">NEXT_VERSION</span><span class="k">}</span>
+    <div class="highlighter-rouge"><pre class="highlight"><code># Cut a 
release branch
+./beam/release/src/main/scripts/cut_release_branch.sh \
+--release=${RELEASE_VERSION} \
+--next_release=${NEXT_VERSION}
   
-<span class="c"># Show help page</span>
+# Show help page
 ./beam/release/src/main/scripts/cut_release_branch.sh -h
 </code></pre>
     </div>
@@ -361,7 +361,7 @@ so builds will be broken until a new snapshot is 
available.</p>
     <p>Script: <a 
href="https://github.com/apache/beam/blob/master/release/src/main/scripts/start_snapshot_build.sh";>start_snapshot_build.sh</a></p>
   </li>
   <li>Usage
-    <div class="language-sh highlighter-rouge"><pre 
class="highlight"><code>./beam/release/src/main/scripts/start_snapshot_build.sh
+    <div class="highlighter-rouge"><pre 
class="highlight"><code>./beam/release/src/main/scripts/start_snapshot_build.sh
 </code></pre>
     </div>
   </li>
diff --git 
a/website/generated-content/contribute/release-guide/prepare/index.html 
b/website/generated-content/contribute/release-guide/prepare/index.html
index d8d5b52..d9c2f61 100644
--- a/website/generated-content/contribute/release-guide/prepare/index.html
+++ b/website/generated-content/contribute/release-guide/prepare/index.html
@@ -318,8 +318,10 @@ Sometimes the scripts don’t handle the errors correctly 
and might leave everyt
 (e.g. if you fail to enter the GitHub password correctly multiple times);</li>
     </ul>
   </li>
-  <li>Usage
-    <div class="language-sh highlighter-rouge"><pre 
class="highlight"><code>./beam/release/src/main/scripts/preparation_before_release.sh
+  <li>
+    <p>Usage</p>
+
+    <div class="highlighter-rouge"><pre 
class="highlight"><code>./beam/release/src/main/scripts/preparation_before_release.sh
 </code></pre>
     </div>
   </li>
@@ -394,11 +396,11 @@ number.</p>
 <p>You should already have setup a local clone of <code 
class="highlighter-rouge">apache/beam</code>. Setting up a clone
 of <code class="highlighter-rouge">apache/beam-site</code> is similar:</p>
 
-<div class="language-sh highlighter-rouge"><pre class="highlight"><code><span 
class="gp">$ </span>git clone -b release-docs 
https://github.com/apache/beam-site.git
-<span class="gp">$ </span><span class="nb">cd </span>beam-site
-<span class="gp">$ </span>git remote add &lt;GitHub_user&gt; 
g...@github.com:&lt;GitHub_user&gt;/beam-site.git
-<span class="gp">$ </span>git fetch --all
-<span class="gp">$ </span>git checkout -b &lt;my-branch&gt; origin/release-docs
+<div class="highlighter-rouge"><pre class="highlight"><code>  $ git clone -b 
release-docs https://github.com/apache/beam-site.git
+  $ cd beam-site
+  $ git remote add &lt;GitHub_user&gt; 
g...@github.com:&lt;GitHub_user&gt;/beam-site.git
+  $ git fetch --all
+  $ git checkout -b &lt;my-branch&gt; origin/release-docs
 </code></pre>
 </div>
 
diff --git 
a/website/generated-content/contribute/release-guide/validate-candidate/index.html
 
b/website/generated-content/contribute/release-guide/validate-candidate/index.html
index 1c9098e..d5f40b7 100644
--- 
a/website/generated-content/contribute/release-guide/validate-candidate/index.html
+++ 
b/website/generated-content/contribute/release-guide/validate-candidate/index.html
@@ -354,7 +354,7 @@ In case of script failure, you can still run all of them 
manually.</p>
     <ol>
       <li>First update <a 
href="https://github.com/apache/beam/blob/master/release/src/main/scripts/script.config";>script.config</a>
 with correct config value (e.g. release version, rc number).</li>
       <li>Then run
-        <div class="language-sh highlighter-rouge"><pre 
class="highlight"><code>./beam/release/src/main/scripts/run_rc_validation.sh
+        <div class="highlighter-rouge"><pre 
class="highlight"><code>./beam/release/src/main/scripts/run_rc_validation.sh
 </code></pre>
         </div>
       </li>
diff --git 
a/website/generated-content/contribute/release-guide/verify-branch/index.html 
b/website/generated-content/contribute/release-guide/verify-branch/index.html
index fac99ff..fd409d5 100644
--- 
a/website/generated-content/contribute/release-guide/verify-branch/index.html
+++ 
b/website/generated-content/contribute/release-guide/verify-branch/index.html
@@ -276,7 +276,7 @@ creation of the release candidate.</p>
   <li>
     <p>Usage</p>
 
-    <div class="language-sh highlighter-rouge"><pre 
class="highlight"><code>./beam/release/src/main/scripts/verify_release_build.sh
+    <div class="highlighter-rouge"><pre 
class="highlight"><code>./beam/release/src/main/scripts/verify_release_build.sh
 </code></pre>
     </div>
   </li>
@@ -329,14 +329,14 @@ projects you’re interested at the moment, e.g. <code 
class="highlighter-rouge"
       <li>
         <p>Unlock the secret key, e.g.:</p>
 
-        <div class="language-sh highlighter-rouge"><pre 
class="highlight"><code>gpg --output ~/doc.sig --sign ~/.bashrc
+        <div class="highlighter-rouge"><pre class="highlight"><code>gpg 
--output ~/doc.sig --sign ~/.bashrc
 </code></pre>
         </div>
       </li>
       <li>
         <p>Run build command, e.g.:</p>
 
-        <div class="language-sh highlighter-rouge"><pre 
class="highlight"><code>./gradlew build -PisRelease
+        <div class="highlighter-rouge"><pre class="highlight"><code>./gradlew 
build -PisRelease
 </code></pre>
         </div>
       </li>

Reply via email to