diff --git a/jira2asciidoc.yml b/jira2asciidoc.yml deleted file mode 100644 index b99a7c824c..0000000000 --- a/jira2asciidoc.yml +++ /dev/null @@ -1,94 +0,0 @@ ---- -jira: - server: 'https://issues.redhat.com' -product: - version: - minor_glob: 1.3.* - patch: 1.3 -sections: - - id: new-features - title: New features - description: | - This section highlights new features in {product} {product-version}. - query: > - project = "Red Hat Internal Developer Platform" - AND "Release Note Status" = "Done" - AND level is EMPTY - AND status in (Closed, "Release Pending") - AND "Release Note Type" in ("Feature", "Enhancement") - AND (fixVersion ~ "{version_minor_glob}" OR fixVersion = "{version_patch}") - ORDER BY key - template: without-jira-link - - id: breaking-changes - title: Breaking changes - description: | - This section lists breaking changes in {product} {product-version}. - query: > - project = "Red Hat Internal Developer Platform" - AND "Release Note Status" = "Done" - AND level is EMPTY - AND status in (Closed, "Release Pending") - AND "Release Note Type" in ("Removed Functionality") - AND (fixVersion ~ "{version_minor_glob}" OR fixVersion = "{version_patch}") - ORDER BY key - template: with-jira-link - - id: deprecated-functionalities - title: Deprecated functionalities - description: | - This section lists deprecated functionalities in {product} {product-version}. - query: > - project = "Red Hat Internal Developer Platform" - AND "Release Note Status" = "Done" - AND level is EMPTY - AND status in (Closed, "Release Pending") - AND "Release Note Type" in ("Deprecated Functionality") - AND (fixVersion ~ "{version_minor_glob}" OR fixVersion = "{version_patch}") - ORDER BY key - template: with-jira-link - - id: technology-preview - title: Technology Preview - description: | - This section lists Technology Preview features in {product} {product-version}. - - [IMPORTANT] - ==== - Technology Preview features provide early access to upcoming product innovations, enabling you to test functionality and provide feedback during the development process. - However, these features are not fully supported under Red Hat Subscription Level Agreements, may not be functionally complete, and are not intended for production use. - As Red Hat considers making future iterations of Technology Preview features generally available, we will attempt to resolve any issues that customers experience when using these features. - See: link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview support scope]. - ==== - query: > - project = "Red Hat Internal Developer Platform" - AND "Release Note Status" = "Done" - AND level is EMPTY - AND status in (Closed, "Release Pending") - AND "Release Note Type" in ("Developer Preview", "Technology Preview") - AND (fixVersion ~ "{version_minor_glob}" OR fixVersion = "{version_patch}") - ORDER BY key - template: with-jira-link - - id: fixed-issues - title: Fixed issues - description: | - This section lists issues fixed in {product} {product-version}. - query: > - project = "Red Hat Internal Developer Platform" - AND "Release Note Status" = "Done" - AND level is EMPTY - AND status in (Closed, "Release Pending") - AND "Release Note Type" = "Bug Fix" - AND (fixVersion ~ "{version_minor_glob}" OR fixVersion = "{version_patch}") - ORDER BY key - template: with-jira-link - - id: known-issues - title: Known issues - description: | - This section lists known issues in {product} {product-version}. - query: > - project = "Red Hat Internal Developer Platform" - AND "Release Note Status" = "Done" - AND level is EMPTY - AND "Release Note Type" in ("Known Issue") - AND affectedVersion <= "{version_patch}" - AND (fixVersion > "{version_patch}" OR fixVersion is EMPTY) - ORDER BY key DESC - template: with-jira-link diff --git a/titles/discover/docinfo.xml b/titles/discover/docinfo.xml index 5f7fe2ebac..60f431eb6e 100644 --- a/titles/discover/docinfo.xml +++ b/titles/discover/docinfo.xml @@ -1,9 +1,9 @@ -