Skip to content

Commit afbb0df

Browse files
authored
chore: fix known issues search string (#774)
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
1 parent 766c6e6 commit afbb0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/release-notes/single-source-release-notes.jira2asciidoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ sections:
8888
AND "Release Note Status" = "Done"
8989
AND level is EMPTY
9090
AND "Release Note Type" in ("Known Issue")
91-
AND affectedVersion <= "{version_patch}"
91+
AND affectedVersion in ("{version_patch}")
9292
AND (fixVersion > "{version_patch}" OR fixVersion is EMPTY)
9393
ORDER BY key DESC
9494
template: with-jira-link

0 commit comments

Comments
 (0)