Skip to content

Commit d5eb5e4

Browse files
committed
RHDHBUGS-2080 - Update Release Notes script to include RHDHBUGS issues
1 parent 3b434c0 commit d5eb5e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sections:
77
description: |
88
This section highlights new features in {product} {product-version}.
99
query: >
10-
project in ("Red Hat Internal Developer Platform", RHDHBUGS)
10+
project IN (RHIDP, RHDHBUGS)
1111
AND "Release Note Status" = "Done"
1212
AND level is EMPTY
1313
AND status in (Closed, "Release Pending")
@@ -92,7 +92,7 @@ sections:
9292
description: |
9393
This section lists issues fixed in {product} {product-version}.
9494
query: >
95-
project in ("Red Hat Internal Developer Platform", RHDHBUGS)
95+
project IN (RHIDP, RHDHBUGS)
9696
AND "Release Note Status" = "Done"
9797
AND level is EMPTY
9898
AND status in (Closed, "Release Pending")
@@ -106,7 +106,7 @@ sections:
106106
description: |
107107
This section lists known issues in {product} {product-version}.
108108
query: >
109-
project in ("Red Hat Internal Developer Platform", RHDHBUGS)
109+
project IN (RHIDP, RHDHBUGS)
110110
AND "Release Note Status" = "Done"
111111
AND level is EMPTY
112112
AND "Release Note Type" in ("Known Issue")

0 commit comments

Comments
 (0)