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 e255f022f Fix formatting in howto
e255f022f is described below
commit e255f022fc746d2e481068094e7799fa5cbd0fa1
Author: Francis Chuang <[email protected]>
AuthorDate: Thu Apr 21 14:32:15 2022 +1000
Fix formatting in howto
---
site/_docs/howto.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index 3e4fec83c..42fcc45c9 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -205,7 +205,7 @@ Before you start:
* 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`. 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,
+ are commented out, remove the comments (`{% raw %}{% comment %}{% endraw %}`
and `{% raw %}{% endcomment %}{% endraw %}`). 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,