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

francischuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new ff085891a Comment out release notes for unreleased version and update 
howto with instructions to uncomment them during a release
ff085891a is described below

commit ff085891a215301572e8a85589119ba9e493dbe4
Author: Francis Chuang <[email protected]>
AuthorDate: Thu Apr 21 08:42:30 2022 +1000

    Comment out release notes for unreleased version and update howto with 
instructions to uncomment them during a release
---
 site/_docs/history.md | 2 ++
 site/_docs/howto.md   | 7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/site/_docs/history.md b/site/_docs/history.md
index 8b9261e6e..3433968d0 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,6 +28,7 @@ For a full list of releases, see
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/downloads/).
 
+{% comment %}
 ## <a 
href="https://github.com/apache/calcite/releases/tag/calcite-1.31.0";>1.31.0</a> 
/ 2022-MM-DD
 {: #v1-31-0}
 
@@ -51,6 +52,7 @@ Downloads are available on the
 
 #### Web site and documentation
 {: #site-1-31-0}
+{% endcomment %}
 
 ## <a 
href="https://github.com/apache/calcite/releases/tag/calcite-1.30.0";>1.30.0</a> 
/ 2022-03-20
 {: #v1-30-0}
diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index e3e620115..4aac63dbd 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -720,9 +720,10 @@ Before you start:
   * `-Dcalcite.test.splunk`
 * Optional tests using tasks:
   * `./gradlew testSlow`
-* Add release notes to `site/_docs/history.md`. Include the commit history,
-  and say which versions of Java, Guava and operating systems the release is
-  tested against.
+* Add release notes to `site/_docs/history.md`. If release notes already exist 
for the version to be released, but
+  are commented out, remove the comments (`{% comment %}` and `{% endcomment 
%}`). 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.
 * 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

Reply via email to