This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push:
new 9efa7c3 Camel-Kafka-connector release note: Fixed API invocation to
get closed issues
9efa7c3 is described below
commit 9efa7c3be1d598e3c97f084813e5cc85d513e36e
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Jan 29 08:23:31 2021 +0100
Camel-Kafka-connector release note: Fixed API invocation to get closed
issues
---
layouts/partials/releases/camel-kafka-connector.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/releases/camel-kafka-connector.html
b/layouts/partials/releases/camel-kafka-connector.html
index 587da0b..6bed094 100644
--- a/layouts/partials/releases/camel-kafka-connector.html
+++ b/layouts/partials/releases/camel-kafka-connector.html
@@ -26,7 +26,7 @@ git checkout camel-kafka-connector-{{ .Params.version }}</pre>
<h2 id="resolved"><a class="anchor" href="#resolved"></a>Resolved issues</h2>
<p>Here is a list of all the issues that have been resolved for this
release</p>
-{{ $issues := getJSON
"https://api.github.com/repos/apache/camel-kafka-connector/issues?label="
(string .Params.version) }}
+{{ $issues := getJSON
"https://api.github.com/repos/apache/camel-kafka-connector/issues?state=closed&labels="
(string .Params.version) }}
<dl>
{{ range $issues }}
<dt><a href="{{ .html_url }}">#{{ .number }}</a></dt><dd>{{ .title }}</dd>