Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions source/Reviewers/releases/lfric_apps_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,22 @@ LFRic Release

* Open a PR for each and with a reviewer, follow the
:ref:`review process <github-releases>`

* 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 targetting ``main`` 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.

Loading