From 25ff2e0da21568460227c829635842f0c93de2dc Mon Sep 17 00:00:00 2001 From: James Bruten <109733895+james-bruten-mo@users.noreply.github.com> Date: Thu, 7 May 2026 16:36:23 +0100 Subject: [PATCH 1/2] add lfric version number update --- .../Reviewers/releases/lfric_apps_release.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/Reviewers/releases/lfric_apps_release.rst b/source/Reviewers/releases/lfric_apps_release.rst index 9718b3fb..058cbadb 100644 --- a/source/Reviewers/releases/lfric_apps_release.rst +++ b/source/Reviewers/releases/lfric_apps_release.rst @@ -94,3 +94,21 @@ LFRic Release * Open a PR for each and with a reviewer, follow the :ref:`review process ` + +* Finally, the first PR post-release for both LFRic Apps and Core should now be + made to update the version identifier back to False. This is done in: + + * LFRic Apps - ``science/shared/source/utilities/lfric_apps_version_mod.f90`` + * LFRic Core - ``lfric_core/infrastructure/source/utilities/lfric_core_version_mod.f90`` + + In each of these, update the ``lfric_*_release_version`` parameter such that + it is now ``.false.``. + Open a new PR for each and have them committed before announcing the release. + + .. note:: + + The ``lfric_*_release_version`` parameter will always be ``.true.`` for the + ``stable`` branch and therefore any branches branched from here. Anyone + looking to utilise this functionality on a version branch will need to + update the variable for themselves. + From 987dfb9fa177126cef1ee68f761701d1e265ee4a Mon Sep 17 00:00:00 2001 From: James Bruten <109733895+james-bruten-mo@users.noreply.github.com> Date: Thu, 7 May 2026 16:41:03 +0100 Subject: [PATCH 2/2] clarify branch --- source/Reviewers/releases/lfric_apps_release.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Reviewers/releases/lfric_apps_release.rst b/source/Reviewers/releases/lfric_apps_release.rst index 058cbadb..a47b90ef 100644 --- a/source/Reviewers/releases/lfric_apps_release.rst +++ b/source/Reviewers/releases/lfric_apps_release.rst @@ -103,7 +103,8 @@ LFRic Release In each of these, update the ``lfric_*_release_version`` parameter such that it is now ``.false.``. - Open a new PR for each and have them committed before announcing the release. + Open a new PR for each targetting ``main`` and have them committed before + announcing the release. .. note::