You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/release-notes/single-source-release-notes.jira2asciidoc.yml
+23-2Lines changed: 23 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,15 +61,36 @@ sections:
61
61
AND "Release Note Status" = "Done"
62
62
AND level is EMPTY
63
63
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")
65
86
AND fixVersion >= "{version_minor}"
66
87
AND fixVersion <= "{version_patch}"
67
88
ORDER BY key
68
89
template: with-jira-link
69
90
- id: fixed-issues
70
91
title: Fixed issues
71
92
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}.
0 commit comments