From b8ef0bc89dad7921e80254f04fc5d1673711cb68 Mon Sep 17 00:00:00 2001 From: crodriguezvega Date: Tue, 26 Jul 2022 09:18:48 +0200 Subject: [PATCH] add item to update the version matrix after a release --- .github/ISSUE_TEMPLATE/release-tracker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/release-tracker.md b/.github/ISSUE_TEMPLATE/release-tracker.md index 707a046b7ca..873f4e487ab 100644 --- a/.github/ISSUE_TEMPLATE/release-tracker.md +++ b/.github/ISSUE_TEMPLATE/release-tracker.md @@ -51,6 +51,7 @@ versions of ibc-go to guarantee that no regression is introduced --> - [ ] Update [`CHANGELOG.md`](https://github.com/cosmos/ibc-go/blob/main/CHANGELOG.md) - [ ] Update the table of supported release lines (and End of Life dates) in [`RELEASES.md`](https://github.com/cosmos/ibc-go/blob/main/RELEASES.md). +- [ ] Update [version matrix](https://github.com/cosmos/ibc-go/blob/main/RELEASES.md#version-matrix) in `RELEASES.md`. - [ ] Update docs site: - [ ] Add new release branch to [`docs/versions`](https://github.com/cosmos/ibc-go/blob/main/docs/versions) file. - [ ] Add `label` and `key` to `versions` array in [`config.js`](https://github.com/cosmos/ibc-go/blob/main/docs/.vuepress/config.js#L33).