From c7eac40498883b8ed0475cb4da563a86a44a722a Mon Sep 17 00:00:00 2001 From: Prudhvi Godithi Date: Fri, 16 Aug 2024 08:07:25 -0700 Subject: [PATCH] Update the component release owner details Signed-off-by: Prudhvi Godithi --- .github/ISSUE_TEMPLATE/release_template.md | 1 + docs/Releasing-the-Distribution.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release_template.md b/.github/ISSUE_TEMPLATE/release_template.md index 66a713afc5..7f692fe890 100644 --- a/.github/ISSUE_TEMPLATE/release_template.md +++ b/.github/ISSUE_TEMPLATE/release_template.md @@ -30,6 +30,7 @@ Release notes are ready and available for all components | :red_circle: | | Roadmap is up-to-date (information is available to create release highlights) | :red_circle: | | Release ticket is cut, and there's a forum post announcing the start of the window | :red_circle: | | [Any necessary security reviews](##Security-Reviews) are complete | :red_circle: | | +Make sure each component release issue has an assigned owner | :red_circle: | | ### OpenSearch {{ env.VERSION }} [exit criteria](https://github.com/opensearch-project/.github/blob/main/RELEASING.md#exit-criteria-to-close-release-window) status: Criteria | Status | Description  | Comments diff --git a/docs/Releasing-the-Distribution.md b/docs/Releasing-the-Distribution.md index d7c5311f2f..ef1e0b3538 100644 --- a/docs/Releasing-the-Distribution.md +++ b/docs/Releasing-the-Distribution.md @@ -123,7 +123,7 @@ This section is not required for a patch release. ### Component Release Issues -The component release issues are auto created by the workflows part of the build repo [OpenSearch components](https://github.com/opensearch-project/opensearch-build/blob/main/.github/workflows/os-release-issues.yml), [OpenSearch Dashboards components](https://github.com/opensearch-project/opensearch-build/blob/main/.github/workflows/osd-release-issues.yml). These workflows create the release issues based on the template [component_release_template.md](https://github.com/opensearch-project/opensearch-build/blob/main/.github/ISSUE_TEMPLATE/component_release_template.md) and links back the global release issue part of the build. Sample component release issues created for 2.10.0. Sample link `https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Aopensearch-project+%5BRELEASE%5D+Release+version+2.10.0+in%3Atitle+`. +The component release issues are auto created by the workflows part of the build repo [OpenSearch components](https://github.com/opensearch-project/opensearch-build/blob/main/.github/workflows/os-release-issues.yml), [OpenSearch Dashboards components](https://github.com/opensearch-project/opensearch-build/blob/main/.github/workflows/osd-release-issues.yml). These workflows create the release issues based on the template [component_release_template.md](https://github.com/opensearch-project/opensearch-build/blob/main/.github/ISSUE_TEMPLATE/component_release_template.md) and links back the global release issue part of the build. Sample [component release issue](https://github.com/opensearch-project/job-scheduler/issues/642) created for 2.16.0 release. The release manager must verify that each component release issue has an assigned owner, as this is one of the entry criteria for the release. #### Issue Creation Process Overview