Skip to content

Commit 41eec1a

Browse files
Update RELEASE checklist to remove outdated step + typo fix
1 parent 792e054 commit 41eec1a

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

RELEASE.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
- [ ] Ensure that the requirements on dependencies & their versions
2727
are up-to-date and consistent in both the `requirements.txt` and in
2828
`docs/source/installation.rst` (paying particular attention to
29-
`cfdm`); and in the `_requires` list and `Version` checks in
30-
`cf/__init__.py`.
29+
`cfdm`); and in the cfdm-only `Version` checks in `cf/__init__.py`.
3130

3231
- [ ] Make sure that `README.md` is up to date.
3332

@@ -40,7 +39,7 @@
4039
deprecated methods and keyword arguments that can be completely
4140
removed, i.e. those with a ``removed_at`` version that is at or
4241
before the version being released. Remove any reference to them in
43-
the method, class, or fucntion (including, if appropriate, the
42+
the method, class, or function (including, if appropriate, the
4443
``@_deprecated_kwarg_check`` decorator), and remove them from the
4544
relevant documentation ``.rst`` files.
4645

@@ -67,10 +66,6 @@
6766
./test_tutorial_code
6867
```
6968

70-
- [ ] **Follow all of the steps outlined externally in [`RECIPES.md`](./RECIPES.md)**,
71-
notably so that the correct Sphinx-related environment is prepared for
72-
documentation building.
73-
7469
- [ ] Ensure that the [PDF for Cheat Sheet](docs/_downloads/cheatsheet.pdf)
7570
is updated to include any API changes. The PDF is created using Canva
7671
keeping in mind the colours and fonts of the website. The same could

0 commit comments

Comments
 (0)