aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-09 18:39:32 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-09 18:39:32 +0200
commit05de8a111a050ea21c932f8d9b7a59b4445c6bab (patch)
treee61c1424a4ccf48e74940556f53b0dfb23e62015 /README-maintainer
parent59834db472101b3577f530c7fb3f991d28518b80 (diff)
downloadqpdf-05de8a111a050ea21c932f8d9b7a59b4445c6bab.tar.zst
Add formatting code to release checklist
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer4
1 files changed, 4 insertions, 0 deletions
diff --git a/README-maintainer b/README-maintainer
index 4ee4448a..9f597d35 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -256,6 +256,10 @@ RELEASE PREPARATION
* Check work `qpdf` project for private issues
+* Make sure the code is formatted.
+
+ ./format-code
+
* Run a spelling checker over the source code to catch errors in
variable names, strings, and comments.