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-avatica.git
The following commit(s) were added to refs/heads/master by this push:
new 5fcd09f9b Add instructions for release managers to uncomment commented
out release history
5fcd09f9b is described below
commit 5fcd09f9b5bd04fead26bfa7227976484cea3bcd
Author: Francis Chuang <[email protected]>
AuthorDate: Thu Apr 21 08:34:25 2022 +1000
Add instructions for release managers to uncomment commented out release
history
---
site/_docs/howto.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index ad2b91e04..3e4fec83c 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -204,10 +204,10 @@ Before you start:
* Check that `site/_docs/howto.md` has the correct Gradle version.
* Check that `NOTICE` has the current copyright year.
* Check that `calcite.avatica.version` has the proper value in
`/gradle.properties`.
-* Add release notes to `site/_docs/history.md`. 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.
+* 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.
* Generate a report of vulnerabilities that occur among dependencies,
using `./gradlew dependencyCheckUpdate dependencyCheckAggregate`.
* Make sure that