From f7a6d8173448d1d11e1a1138d173ee73b6670dc6 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 11 Mar 2018 16:19:53 -0400 Subject: [PATCH] Add 'run codespell' to the list of release tasks. --- release-tasks | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release-tasks b/release-tasks index 97a687a..43a68a4 100644 --- a/release-tasks +++ b/release-tasks @@ -231,6 +231,12 @@ Contributors for 8.5: doc/external-libs/trilinos.html doc/external-libs/petsc.html +0g/ Run codespell: e.g., inside emacs' compilation-mode run + + codespell --disable-colors ./contrib/ ./cmake/ ./doc/ ./examples/ ./include/ ./source/ + + or the same (without --disable-colors) in the terminal. + *** Caveat: for a minor version x.y.Z, *** 1-3 must be performed on the corresponding release branch, e.g. 'dealii-8.2' -- 2.39.5