Skip to content

Commit bdcf97b

Browse files
authored
chore: add developer-preview.adoc as a separate query and template than ref-release-notes-technology-preview.adoc (RHIDP-6000, RHIDP-6749) (#1145)
1 parent 94c7f80 commit bdcf97b

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

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

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,36 @@ sections:
6161
AND "Release Note Status" = "Done"
6262
AND level is EMPTY
6363
AND status in (Closed, "Release Pending")
64-
AND "Release Note Type" in ("Developer Preview", "Technology Preview")
64+
AND "Release Note Type" in ("Technology Preview")
65+
AND fixVersion >= "{version_minor}"
66+
AND fixVersion <= "{version_patch}"
67+
ORDER BY key
68+
template: with-jira-link
69+
- id: developer-preview
70+
title: Developer Preview
71+
description: |
72+
This section lists Developer Preview features in {product} {product-version}.
73+
74+
[IMPORTANT]
75+
====
76+
Developer Preview features are not supported by Red Hat in any way and are not functionally complete or production-ready. Do not use Developer Preview features for production or business-critical workloads. Developer Preview features provide early access to functionality in advance of possible inclusion in a Red Hat product offering. Customers can use these features to test functionality and provide feedback during the development process. Developer Preview features might not have any documentation, are subject to change or removal at any time, and have received limited testing. Red Hat might provide ways to submit feedback on Developer Preview features without an associated SLA.
77+
78+
For more information about the support scope of Red Hat Developer Preview features, see link:https://access.redhat.com/support/offerings/devpreview/[Developer Preview Support Scope].
79+
====
80+
query: >
81+
project = "Red Hat Internal Developer Platform"
82+
AND "Release Note Status" = "Done"
83+
AND level is EMPTY
84+
AND status in (Closed, "Release Pending")
85+
AND "Release Note Type" in ("Developer Preview")
6586
AND fixVersion >= "{version_minor}"
6687
AND fixVersion <= "{version_patch}"
6788
ORDER BY key
6889
template: with-jira-link
6990
- id: fixed-issues
7091
title: Fixed issues
7192
description: |
72-
This section lists issues fixed in {product} {product-version} that have a significant impact on users.
93+
This section lists issues fixed in {product} {product-version}.
7394
query: >
7495
project = "Red Hat Internal Developer Platform"
7596
AND "Release Note Status" = "Done"

0 commit comments

Comments
 (0)