From fac9d2a06753956728e747b1015c9550de95023e Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Thu, 19 Oct 2023 09:42:37 +0200 Subject: [PATCH] Add note about updating module version to release issue template --- .github/ISSUE_TEMPLATE/release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 1bb59ffcc..de94dc611 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -27,6 +27,7 @@ about: Steps to work through in order to publish a new release [`docs/haskell-use-cases`][usecases] to the current release preparation branch; comment out the checksum. (n.b., Search for `http_archive` in these files.) +- [ ] Update the version of the modules in `MODULE.bazel` files - [ ] Push the `release-.` branch and open a **draft** PR to verify CI is green. - [ ] Create a release tag (`v.`) on the release