From 71e6bf12dd8256f5fa91d4c61dd5b11d5bd8d7ea Mon Sep 17 00:00:00 2001 From: Bill Little Date: Thu, 20 Apr 2023 23:07:37 +0100 Subject: [PATCH] add missing whatsnew entry --- docs/src/whatsnew/latest.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index 5102753341..36b863b661 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -80,6 +80,10 @@ This document explains the changes made to Iris for this release #. `@bjlittle`_ added the `codespell`_ `pre-commit`_ ``git-hook`` to automate spell checking within the code-base. (:pull:`5186`) +#. `@bjlittle`_ and `@trexfeathers`_ (reviewer) added a `check-manifest`_ + GitHub Action and `pre-commit`_ ``git-hook`` to automate verification + of assets bundled within a ``sdist`` and binary ``wheel`` of our + `scitools-iris`_ PyPI package. (:pull:`5259`) .. comment Whatsnew author names (@github name) in alphabetical order. Note that, @@ -93,3 +97,4 @@ This document explains the changes made to Iris for this release .. _sphinx-panels: https://github.com/executablebooks/sphinx-panels .. _sphinx-design: https://github.com/executablebooks/sphinx-design +.. _check-manifest: https://github.com/mgedmin/check-manifest