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

github-bot pushed a commit to branch main-site-stg-out
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main-site-stg-out by this push:
     new b7c65b9  Add website content generated from 
`bd74a812dbb8bc01c258ce62e7d3e812cb0d3a74`
b7c65b9 is described below

commit b7c65b90587d2929512ec49ab83f7a5ed79f7a26
Author: ASF Logging Services RM <priv...@logging.apache.org>
AuthorDate: Tue May 14 10:32:01 2024 +0000

    Add website content generated from 
`bd74a812dbb8bc01c258ce62e7d3e812cb0d3a74`
---
 release-instructions-project.html | 25 ++++++++++++++++++++++---
 release-notes.html                | 17 +++++++++++++----
 sitemap.xml                       | 12 ++++++------
 3 files changed, 41 insertions(+), 13 deletions(-)

diff --git a/release-instructions-project.html 
b/release-instructions-project.html
index 2f0b386..182525d 100644
--- a/release-instructions-project.html
+++ b/release-instructions-project.html
@@ -197,7 +197,7 @@ For instance, <code>site-project.version</code> needs to be 
updated for <code>lo
 <div class="listingblock">
 <div class="content">
 <pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">git add .
-git commit -a -m 'Prepare to release `7.8.0`'
+git commit -S -a -m 'Prepare to release `7.8.0`'
 git push -u origin release/7.8.0</code></pre>
 </div>
 </div>
@@ -252,7 +252,7 @@ You can iterate on the <code>release/7.8.0</code> branch to 
perfect it.</p>
 <div class="olist arabic">
 <ol class="arabic">
 <li>
-<p>Send the vote email uploaded to the <a 
href="https://dist.apache.org/repos/dist/dev/logging/logging-parent";>dist.apache.org/repos/dist/<strong>dev</strong>/logging/logging-parent</a>
 Subversion repository</p>
+<p>Send the vote email uploaded to the <a 
href="https://dist.apache.org/repos/dist/dev/logging/logging-parent/7.8.0";>dist.apache.org/repos/dist/<strong>dev</strong>/logging/logging-parent/7.8.0</a>
 Subversion repository</p>
 <div class="admonitionblock warning">
 <table>
 <tr>
@@ -451,6 +451,9 @@ svn commit -m 'Remove `logging-parent` version `7.8.0` 
files released'</code></p
 </ul>
 </div>
 </li>
+<li>
+<p>Close the associated milestone <a 
href="https://github.com/apache/logging-parent/milestones"; 
class="bare">https://github.com/apache/logging-parent/milestones</a></p>
+</li>
 </ol>
 </div>
 </div>
@@ -471,6 +474,22 @@ git merge rel/7.8.0                # Pull changes up to 
the newly created tag
 git push origin main-site-pro</code></pre>
 </div>
 </div>
+<details>
+<summary class="title">If there is no <code>main-site-pro</code> branch 
yet</summary>
+<div class="content">
+<div class="paragraph">
+<p>Create it from the <code>rel/7.8.0</code> tag:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">git checkout -B main-site-pro rel/7.8.0
+echo "# $RANDOM" &gt;&gt;.asf.yaml
+git commit -S .asf.yaml -m 'Dummy `.asf.yaml` change to trigger the CI'
+git push -u origin main-site-pro</code></pre>
+</div>
+</div>
+</div>
+</details>
 </li>
 <li>
 <p>Verify that <a 
href="https://github.com/apache/logging-parent/actions/workflows/deploy-site.yaml";>the
 <code>deploy-site</code> workflow</a> successfully runs the 
<code>deploy-site-pro</code> job</p>
@@ -496,7 +515,7 @@ git push origin main-site-pro</code></pre>
 <div class="olist arabic">
 <ol class="arabic">
 <li>
-<p>Send the announcement email uploaded to the <a 
href="https://dist.apache.org/repos/dist/dev/logging/logging-parent";>dist.apache.org/repos/dist/<strong>dev</strong>/logging/logging-parent/7.8.0</a>
 Subversion repository</p>
+<p>Send the announcement email uploaded to the <a 
href="https://dist.apache.org/repos/dist/dev/logging/logging-parent/7.8.0";>dist.apache.org/repos/dist/<strong>dev</strong>/logging/logging-parent/7.8.0</a>
 Subversion repository</p>
 <div class="admonitionblock warning">
 <table>
 <tr>
diff --git a/release-notes.html b/release-notes.html
index ba15385..bf85ddf 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -125,29 +125,38 @@
 <div class="ulist">
 <ul>
 <li>
-<p>Update <code>actions/checkout</code> to version <code>4.1.4</code> (<a 
href="https://github.com/apache/logging-parent/pull/167";>167</a>)</p>
+<p>Update <code>actions/checkout</code> to version <code>4.1.5</code> (<a 
href="https://github.com/apache/logging-parent/pull/176";>176</a>)</p>
 </li>
 <li>
 <p>Update <code>actions/upload-artifact</code> to version <code>4.3.3</code> 
(<a href="https://github.com/apache/logging-parent/pull/164";>164</a>)</p>
 </li>
 <li>
-<p>Update <code>com.google.errorprone:error_prone_core</code> to version 
<code>2.27.0</code> (<a 
href="https://github.com/apache/logging-parent/pull/170";>170</a>)</p>
+<p>Update <code>com.github.spotbugs:spotbugs-annotations</code> to version 
<code>4.8.5</code> (<a 
href="https://github.com/apache/logging-parent/pull/174";>174</a>)</p>
+</li>
+<li>
+<p>Update <code>com.github.spotbugs:spotbugs-maven-plugin</code> to version 
<code>4.8.5.0</code> (<a 
href="https://github.com/apache/logging-parent/pull/175";>175</a>)</p>
+</li>
+<li>
+<p>Update <code>com.google.errorprone:error_prone_core</code> to version 
<code>2.27.1</code> (<a 
href="https://github.com/apache/logging-parent/pull/172";>172</a>)</p>
 </li>
 <li>
 <p>Update <code>com.h3xstream.findsecbugs:findsecbugs-plugin</code> to version 
<code>1.13.0</code> (<a 
href="https://github.com/apache/logging-parent/pull/159";>159</a>)</p>
 </li>
 <li>
-<p>Update <code>com.palantir.javaformat:palantir-java-format</code> to version 
<code>2.44.0</code> (<a 
href="https://github.com/apache/logging-parent/pull/171";>171</a>)</p>
+<p>Update <code>com.palantir.javaformat:palantir-java-format</code> to version 
<code>2.46.0</code> (<a 
href="https://github.com/apache/logging-parent/pull/173";>173</a>)</p>
 </li>
 <li>
 <p>Update <code>dependabot/fetch-metadata</code> to version <code>2.1.0</code> 
(<a href="https://github.com/apache/logging-parent/pull/166";>166</a>)</p>
 </li>
 <li>
-<p>Update <code>github/codeql-action</code> to version <code>3.25.3</code> (<a 
href="https://github.com/apache/logging-parent/pull/168";>168</a>)</p>
+<p>Update <code>github/codeql-action</code> to version <code>3.25.4</code> (<a 
href="https://github.com/apache/logging-parent/pull/177";>177</a>)</p>
 </li>
 <li>
 <p>Update <code>org.apache:apache</code> to version <code>32</code> (<a 
href="https://github.com/apache/logging-parent/pull/160";>160</a>)</p>
 </li>
+<li>
+<p>Update <code>ossf/scorecard-action</code> to version <code>2.3.3</code> (<a 
href="https://github.com/apache/logging-parent/pull/178";>178</a>)</p>
+</li>
 </ul>
 </div>
 </div>
diff --git a/sitemap.xml b/sitemap.xml
index d771027..758d9c7 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,26 +2,26 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/logging-parent/features.html</loc>
-<lastmod>2024-05-01T14:56:50.161Z</lastmod>
+<lastmod>2024-05-14T10:31:59.323Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/logging-parent/index.html</loc>
-<lastmod>2024-05-01T14:56:50.161Z</lastmod>
+<lastmod>2024-05-14T10:31:59.323Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/logging-parent/release-instructions-project.html</loc>
-<lastmod>2024-05-01T14:56:50.161Z</lastmod>
+<lastmod>2024-05-14T10:31:59.323Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/logging-parent/release-instructions-xml-schema.html</loc>
-<lastmod>2024-05-01T14:56:50.161Z</lastmod>
+<lastmod>2024-05-14T10:31:59.323Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/logging-parent/release-notes.html</loc>
-<lastmod>2024-05-01T14:56:50.161Z</lastmod>
+<lastmod>2024-05-14T10:31:59.323Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/logging-parent/usage.html</loc>
-<lastmod>2024-05-01T14:56:50.161Z</lastmod>
+<lastmod>2024-05-14T10:31:59.323Z</lastmod>
 </url>
 </urlset>

Reply via email to