This is an automated email from the ASF dual-hosted git repository. cml pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite-site.git
commit 8e1a76be465dd82822754c9c3541470c7c296ac5 Author: F21 <[email protected]> AuthorDate: Wed Apr 20 22:36:28 2022 +0000 Website deployed from calcite-avatica@5fcd09f9b5bd04fead26bfa7227976484cea3bcd --- avatica/docs/howto.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/avatica/docs/howto.html b/avatica/docs/howto.html index 27b948d2..ea0f1542 100644 --- a/avatica/docs/howto.html +++ b/avatica/docs/howto.html @@ -903,10 +903,10 @@ git clean <span class="nt">-xn</span> <li>Check that <code class="language-plaintext highlighter-rouge">site/_docs/howto.md</code> has the correct Gradle version.</li> <li>Check that <code class="language-plaintext highlighter-rouge">NOTICE</code> has the current copyright year.</li> <li>Check that <code class="language-plaintext highlighter-rouge">calcite.avatica.version</code> has the proper value in <code class="language-plaintext highlighter-rouge">/gradle.properties</code>.</li> - <li>Add release notes to <code class="language-plaintext highlighter-rouge">site/_docs/history.md</code>. Include the commit history, -names of people who contributed to the release, -and say which versions of Java, Guava and operating systems the release is -tested against.</li> + <li>Add release notes to <code class="language-plaintext highlighter-rouge">site/_docs/history.md</code>. If release notes already exist for the version to be released, but +are commented out, remove the comments (``). Include the commit history, +names of people who contributed to the release, and say which versions of Java, Guava and operating systems the +release is tested against.</li> <li>Generate a report of vulnerabilities that occur among dependencies, using <code class="language-plaintext highlighter-rouge">./gradlew dependencyCheckUpdate dependencyCheckAggregate</code>.</li> <li>Make sure that
