From 74f8f1d1f6f132c1cde35df98f3784878d93986f Mon Sep 17 00:00:00 2001 From: dblock Date: Wed, 22 Dec 2021 13:11:07 -0500 Subject: [PATCH 1/2] Updated release template after 1.2.3. Signed-off-by: dblock --- .github/ISSUE_TEMPLATE/release_template.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release_template.md b/.github/ISSUE_TEMPLATE/release_template.md index 19a4df7a04..ed9806f508 100644 --- a/.github/ISSUE_TEMPLATE/release_template.md +++ b/.github/ISSUE_TEMPLATE/release_template.md @@ -59,19 +59,20 @@ __REPLACE with OpenSearch wide initiatives to improve quality and consistency.__ ### Release - _Ends {__REPLACE_RELEASE-day}_ - [ ] Declare a release candidate build, and publish all test results. -- [ ] Verify all issued labeled `v{{ env.VERSION }}` in all projects have been resolved. +- [ ] Verify [all issues labeled `v{{ env.VERSION }}` in all projects](https://github.com/opensearch-project/project-meta#find-labeled-issues) have been resolved. - [ ] Complete [documentation](https://github.com/opensearch-project/documentation-website) for this release. - [ ] Author [blog post](https://github.com/opensearch-project/project-website) for this release. - [ ] Gather, review and publish release notes. [git-release-notes](https://github.com/ariatemplates/git-release-notes) may be used to generate release notes from your commit history. - [ ] __REPLACE_RELEASE-minus-1-day - Publish this release on [opensearch.org](https://opensearch.org/downloads.html). -- [ ] __REPLACE_RELEASE-day - Publish [blog post](https://github.com/opensearch-project/project-website) - release is launched! +- [ ] __REPLACE_RELEASE-day - Publish a [blog post](https://github.com/opensearch-project/project-website) - release is launched! ### Post Release -- [ ] Create [release tags](https://github.com/opensearch-project/.github/blob/main/RELEASING.md#tagging) for each component. +- [ ] Create [release tags](https://github.com/opensearch-project/opensearch-build/issues/378#issuecomment-999700848) for each component. - [ ] Replace refs in [manifests/{{ env.VERSION }}](/opensearch-project/opensearch-build/tree/main/manifests/{{ env.VERSION }}) with tags. +- [ ] Prepare [for next patch release](https://github.com/opensearch-project/opensearch-plugins/blob/main/META.md#increment-a-version-in-every-plugin) by incrementing patch versions for each component. - [ ] Update [this template](https://github.com/opensearch-project/opensearch-build/blob/main/.github/ISSUE_TEMPLATE/release_template.md) with any new or missed steps. -- [ ] Conduct a postmortem, and publish its results. +- [ ] Create an issue for, and conduct a postmortem, and publish its results. ### Components From 4278f79abc04750c8bbb5956e276fda3e97ce7f0 Mon Sep 17 00:00:00 2001 From: dblock Date: Mon, 27 Dec 2021 13:05:14 -0500 Subject: [PATCH 2/2] Update restrospective item. Signed-off-by: dblock --- .github/ISSUE_TEMPLATE/release_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release_template.md b/.github/ISSUE_TEMPLATE/release_template.md index ed9806f508..13deddc81d 100644 --- a/.github/ISSUE_TEMPLATE/release_template.md +++ b/.github/ISSUE_TEMPLATE/release_template.md @@ -72,7 +72,7 @@ __REPLACE with OpenSearch wide initiatives to improve quality and consistency.__ - [ ] Replace refs in [manifests/{{ env.VERSION }}](/opensearch-project/opensearch-build/tree/main/manifests/{{ env.VERSION }}) with tags. - [ ] Prepare [for next patch release](https://github.com/opensearch-project/opensearch-plugins/blob/main/META.md#increment-a-version-in-every-plugin) by incrementing patch versions for each component. - [ ] Update [this template](https://github.com/opensearch-project/opensearch-build/blob/main/.github/ISSUE_TEMPLATE/release_template.md) with any new or missed steps. -- [ ] Create an issue for, and conduct a postmortem, and publish its results. +- [ ] Create an issue for a retrospective, solicit feedback, and publish a summary. ### Components