From ae41aa2c14be5ee53010839d7548af8b44ec32d5 Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Tue, 12 Oct 2021 11:46:01 +0200 Subject: [PATCH] releases: check component status page (#11116) The component status page have been neglected as of late. Craig suggested adding a step to the release checklist. CHANGELOG_BEGIN CHANGELOG_END --- .github/pull_request_template.md | 1 + CODEOWNERS | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8a638234fe..cb6dbc7014 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,6 +6,7 @@ - [ ] Add a reference to the [issue this PR will solve](https://github.com/digital-asset/daml/issues), if appropriate - [ ] Include changelog additions in one or more commit message bodies between the `CHANGELOG_BEGIN` and `CHANGELOG_END` tags - [ ] Normal production system change, include purpose of change in description +- [ ] If you mean to change the status of a component, please make sure you keep [the Component Status page](https://github.com/digital-asset/daml/blob/main/docs/source/support/component-statuses.rst) up to date. NOTE: CI is not automatically run on non-members pull-requests for security reasons. The reviewer will have to comment with `/AzurePipelines run` to diff --git a/CODEOWNERS b/CODEOWNERS index c9e6fab033..02e8a6bc87 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -13,6 +13,8 @@ LATEST @gerolf-da @bame-da @cocreature @stefanobaghino-da @adriaanm-da /infra/ @garyverhaegen-da azure-pipelines.yml @garyverhaegen-da azure-cron.yml @garyverhaegen-da +/release/ @garyverhaegen-da +/release.sh @garyverhaegen-da # Blackduck NOTICES @garyverhaegen-da @aherrmann-da @cocreature @dasormeter @@ -57,7 +59,7 @@ NOTICES @garyverhaegen-da @aherrmann-da @cocreature @dasormeter /ledger/sandbox/ @digital-asset/kv-participant @digital-asset/kv-committer # Owned by KV Participant except for IndexDB schema which is jointly owned with @meiersi-da -/ledger/participant-integration-api/ @digital-asset/kv-participant @meiersi-da +/ledger/participant-integration-api/ @digital-asset/kv-participant @meiersi-da # KV Committer