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 a436624  Publishing website 2021/12/04 00:01:46 at commit dfb5726
a436624 is described below

commit a4366242e6aa547c1b2e9e7b577db54179838a69
Author: jenkins <[email protected]>
AuthorDate: Sat Dec 4 00:01:47 2021 +0000

    Publishing website 2021/12/04 00:01:46 at commit dfb5726
---
 website/generated-content/contribute/index.xml                | 2 +-
 website/generated-content/contribute/release-guide/index.html | 4 ++--
 website/generated-content/sitemap.xml                         | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/generated-content/contribute/index.xml 
b/website/generated-content/contribute/index.xml
index 4da81a2..6b47b31 100644
--- a/website/generated-content/contribute/index.xml
+++ b/website/generated-content/contribute/index.xml
@@ -1041,7 +1041,7 @@ See &lt;a 
href="https://github.com/apache/beam/commit/a32a75ed0657c122c6625aee1a
 &lt;li>Copy the changes for the current release from 
&lt;code>CHANGES.md&lt;/code> to the blog post and edit as necessary.&lt;/li>
 &lt;li>Be sure to add yourself to &lt;a 
href="https://github.com/apache/beam/blob/master/website/www/site/data/authors.yml";>authors.yml&lt;/a>
 if necessary.&lt;/li>
 &lt;/ul>
-&lt;p>&lt;strong>Tip&lt;/strong>: Use git log to find contributors to the 
releases. (e.g: &lt;code>git log --pretty='%aN' ^v2.10.0 v2.11.0 | sort | 
uniq&lt;/code>).
+&lt;p>&lt;strong>Tip&lt;/strong>: Use git log to find contributors to the 
releases. (e.g: &lt;code>git fetch origin --tags; git log --pretty='%aN' 
^v2.10.0 v2.11.0-RC1 | sort | uniq&lt;/code>).
 Make sure to clean it up, as there may be duplicate or incorrect user 
names.&lt;/p>
 &lt;p>&lt;strong>NOTE&lt;/strong>: Make sure to include any breaking changes, 
even to &lt;code>@Experimental&lt;/code> features,
 all major features and bug fixes, and all known issues.&lt;/p>
diff --git a/website/generated-content/contribute/release-guide/index.html 
b/website/generated-content/contribute/release-guide/index.html
index ec9234f..4259677 100644
--- a/website/generated-content/contribute/release-guide/index.html
+++ b/website/generated-content/contribute/release-guide/index.html
@@ -174,7 +174,7 @@ To avoid invalid redirects for the &lsquo;current&rsquo; 
version, merge these PR
 Once the PR is merged, the new contents will get picked up automatically and 
served to the Beam website, usually within an hour.
 A committer can manually trigger the <a 
href=https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/>beam_PostCommit_Website_Publish</a>
 task in Jenkins to avoid waiting.</p><p><strong>PR 1: 
apache/beam-site</strong></p><p>This pull request is against the 
<code>apache/beam-site</code> repo, on the <code>release-docs</code> branch (<a 
href=https://github.com/apache/beam-site/pull/603>example</a>).
 It is created by <code>build_release_candidate.sh</code> (see 
above).</p><p><strong>PR 2: apache/beam</strong></p><p>This pull request is 
against the <code>apache/beam</code> repo, on the <code>master</code> branch 
(<a 
href=https://github.com/apache/beam/pull/15068>example</a>).</p><ul><li>Update 
<code>CHANGES.md</code> to update release date and remove 
template.</li><li>Update release version in 
<code>website/www/site/config.toml</code>.</li><li>Add new release in 
<code>website/www/site [...]
-See <a 
href=https://github.com/apache/beam/commit/a32a75ed0657c122c6625aee1ace27994e7df195#diff-1e2b83a4f61dce8014a1989869b6d31eb3f80cb0d6dade42fb8df5d9407b4748>beam-2.31.0.md</a>
 as an example.</p><ul><li>Copy the changes for the current release from 
<code>CHANGES.md</code> to the blog post and edit as necessary.</li><li>Be sure 
to add yourself to <a 
href=https://github.com/apache/beam/blob/master/website/www/site/data/authors.yml>authors.yml</a>
 if necessary.</li></ul><p><strong>Tip</s [...]
+See <a 
href=https://github.com/apache/beam/commit/a32a75ed0657c122c6625aee1ace27994e7df195#diff-1e2b83a4f61dce8014a1989869b6d31eb3f80cb0d6dade42fb8df5d9407b4748>beam-2.31.0.md</a>
 as an example.</p><ul><li>Copy the changes for the current release from 
<code>CHANGES.md</code> to the blog post and edit as necessary.</li><li>Be sure 
to add yourself to <a 
href=https://github.com/apache/beam/blob/master/website/www/site/data/authors.yml>authors.yml</a>
 if necessary.</li></ul><p><strong>Tip</s [...]
 Make sure to clean it up, as there may be duplicate or incorrect user 
names.</p><p><strong>NOTE</strong>: Make sure to include any breaking changes, 
even to <code>@Experimental</code> features,
 all major features and bug fixes, and all known 
issues.</p><p><strong>Template:</strong></p><pre><code>We are happy to present 
the new {$RELEASE_VERSION} release of Beam.
 This release includes both improvements and new functionality.
@@ -424,7 +424,7 @@ If you end up getting permissions errors ask on the mailing 
list for assistance.
 Ask other contributors to do the same.</p><p>Also, update <a 
href=https://en.wikipedia.org/wiki/Apache_Beam>the Wikipedia article on Apache 
Beam</a>.</p><h3 id=checklist-to-declare-the-process-completed>Checklist to 
declare the process completed</h3><ol><li>Release announced on the user@ 
mailing list.</li><li>Blog post published, if applicable.</li><li>Release 
recorded in reporter.apache.org.</li><li>Release announced on social 
media.</li><li>Completion declared on the dev@ mailing list. [...]
 Once you’ve finished the release, please take a step back and look what areas 
of this process and be improved. Perhaps some part of the process can be 
simplified.
 Perhaps parts of this guide can be clarified.</p><p>If we have specific ideas, 
please start a discussion on the dev@ mailing list and/or propose a pull 
request to update this guide.
-Thanks!</p><div class=feedback><p class=update>Last updated on 
2021/11/24</p><h3>Have you found everything you were looking for?</h3><p 
class=description>Was it all useful and clear? Is there anything that you would 
like to change? Let us know!</p><button class=load-button><a 
href="mailto:[email protected]?subject=Beam Website Feedback">SEND 
FEEDBACK</a></button></div></div></div><footer class=footer><div 
class=footer__contained><div class=footer__cols><div class="footer__cols__col 
foo [...]
+Thanks!</p><div class=feedback><p class=update>Last updated on 
2021/12/03</p><h3>Have you found everything you were looking for?</h3><p 
class=description>Was it all useful and clear? Is there anything that you would 
like to change? Let us know!</p><button class=load-button><a 
href="mailto:[email protected]?subject=Beam Website Feedback">SEND 
FEEDBACK</a></button></div></div></div><footer class=footer><div 
class=footer__contained><div class=footer__cols><div class="footer__cols__col 
foo [...]
 <a href=http://www.apache.org>The Apache Software Foundation</a>
 | <a href=/privacy_policy>Privacy Policy</a>
 | <a href=/feed.xml>RSS Feed</a><br><br>Apache Beam, Apache, Beam, the Beam 
logo, and the Apache feather logo are either registered trademarks or 
trademarks of The Apache Software Foundation. All other products or name brands 
are trademarks of their respective holders, including The Apache Software 
Foundation.</div></div></div></div></footer></body></html>
\ No newline at end of file
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index 313115d..78bbfff 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/blog/beam-2.34.0/</loc><lastmod>2021-11-11T11:07:06-08:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-11-11T11:07:06-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-11-11T11:07:06-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-12-01T21:32:04+03:00</lastmod></url><url><loc>/blog/g
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/blog/beam-2.34.0/</loc><lastmod>2021-11-11T11:07:06-08:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-11-11T11:07:06-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-11-11T11:07:06-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-12-01T21:32:04+03:00</lastmod></url><url><loc>/blog/g
 [...]
\ No newline at end of file

Reply via email to