Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sections:
description: |
This section highlights new features in {product} {product-version}.
query: >
project in ("Red Hat Internal Developer Platform", RHDHBUGS)
project IN (RHIDP, RHDHBUGS)
AND "Release Note Status" = "Done"
AND level is EMPTY
AND status in (Closed, "Release Pending")
Expand Down Expand Up @@ -92,7 +92,7 @@ sections:
description: |
This section lists issues fixed in {product} {product-version}.
query: >
project in ("Red Hat Internal Developer Platform", RHDHBUGS)
project IN (RHIDP, RHDHBUGS)
AND "Release Note Status" = "Done"
AND level is EMPTY
AND status in (Closed, "Release Pending")
Expand All @@ -106,7 +106,7 @@ sections:
description: |
This section lists known issues in {product} {product-version}.
query: >
project in ("Red Hat Internal Developer Platform", RHDHBUGS)
project IN (RHIDP, RHDHBUGS)
AND "Release Note Status" = "Done"
AND level is EMPTY
AND "Release Note Type" in ("Known Issue")
Expand Down