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 51f66c1da97f30d63e490cc2643a5189faa5d451 Author: F21 <[email protected]> AuthorDate: Wed Apr 20 22:45:00 2022 +0000 Website deployed from calcite@ff085891a215301572e8a85589119ba9e493dbe4 --- docs/history.html | 20 -------------------- docs/howto.html | 7 ++++--- 2 files changed, 4 insertions(+), 23 deletions(-) diff --git a/docs/history.html b/docs/history.html index 82b352cd..17b41e4d 100644 --- a/docs/history.html +++ b/docs/history.html @@ -83,26 +83,6 @@ Downloads are available on the <a href="/downloads/">downloads page</a>.</p> -<h2 id="v1-31-0"> -<a href="https://github.com/apache/calcite/releases/tag/calcite-1.31.0">1.31.0</a> / 2022-MM-DD</h2> - -<h4 id="breaking-1-31-0">Breaking Changes</h4> - -<ul> - <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-4936">CALCITE-4936</a>] -Generalize <code class="highlighter-rouge">FilterCalcMergeRule</code>/<code class="highlighter-rouge">ProjectCalcMergeRule</code> to accept any <code class="highlighter-rouge">Filter</code>/<code class="highlighter-rouge">Project</code>/<code class="highlighter-rouge">Calc</code> operator</li> -</ul> - -<h4 id="new-features-1-31-0">New features</h4> - -<h4 id="fixes-1-31-0">Bug-fixes, API changes and minor enhancements</h4> - -<h4 id="build-1-31-0">Build and test suite</h4> - -<h4 id="dependency-1-31-0">Dependency version upgrade</h4> - -<h4 id="site-1-31-0">Web site and documentation</h4> - <h2 id="v1-30-0"> <a href="https://github.com/apache/calcite/releases/tag/calcite-1.30.0">1.30.0</a> / 2022-03-20</h2> diff --git a/docs/howto.html b/docs/howto.html index 306e67e2..c88795ce 100644 --- a/docs/howto.html +++ b/docs/howto.html @@ -846,9 +846,10 @@ notes. To test Guava version <em>x.y</em>, specify <code class="highlighter-rou <li><code class="highlighter-rouge">./gradlew testSlow</code></li> </ul> </li> - <li>Add release notes to <code class="highlighter-rouge">site/_docs/history.md</code>. Include the commit history, -and say which versions of Java, Guava and operating systems the release is -tested against.</li> + <li>Add release notes to <code class="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>Make sure that <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CALCITE%20AND%20status%20%3D%20Resolved%20and%20fixVersion%20is%20null"> every “resolved” JIRA case</a> (including duplicates) has
