From 97ca6873f1fb3f848c3e18e5e68414fa898a0c7a Mon Sep 17 00:00:00 2001 From: Tobias Wicky-Pfund Date: Tue, 14 Apr 2026 15:52:26 +0200 Subject: [PATCH 1/2] add pinned update pyfv3 --- .github/PULL_REQUEST_TEMPLATE/release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md index ceca5067..f364a5ac 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release.md +++ b/.github/PULL_REQUEST_TEMPLATE/release.md @@ -25,3 +25,4 @@ What to do after a release: - [ ] merge `main` down into `develop` to ensure `setuptools_scm` finds the latest release tag - [ ] update the pace PR from the pre-commit checklist to include the released version of NDSL and merge it. - [ ] merge breaking changes in NDSL (e.g. search for deprecation warnings) +- [ ] update the pinned version of [pyFV3](https://github.com/NOAA-GFDL/PyFV3/) to the new release-tag From 1b68c40b4765f89af4bbcc766b910fc2bd628774 Mon Sep 17 00:00:00 2001 From: Tobias Wicky-Pfund Date: Tue, 14 Apr 2026 16:47:36 +0200 Subject: [PATCH 2/2] add shield as well --- .github/PULL_REQUEST_TEMPLATE/release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md index f364a5ac..cb751335 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release.md +++ b/.github/PULL_REQUEST_TEMPLATE/release.md @@ -26,3 +26,4 @@ What to do after a release: - [ ] update the pace PR from the pre-commit checklist to include the released version of NDSL and merge it. - [ ] merge breaking changes in NDSL (e.g. search for deprecation warnings) - [ ] update the pinned version of [pyFV3](https://github.com/NOAA-GFDL/PyFV3/) to the new release-tag +- [ ] update the pinned version of [pySHiELD](https://github.com/NOAA-GFDL/pySHiELD) to the new release-tag