Commit 05de8a111a050ea21c932f8d9b7a59b4445c6bab
1 parent
59834db4
Add formatting code to release checklist
Showing
1 changed file
with
4 additions
and
0 deletions
README-maintainer
| ... | ... | @@ -256,6 +256,10 @@ RELEASE PREPARATION |
| 256 | 256 | |
| 257 | 257 | * Check work `qpdf` project for private issues |
| 258 | 258 | |
| 259 | +* Make sure the code is formatted. | |
| 260 | + | |
| 261 | + ./format-code | |
| 262 | + | |
| 259 | 263 | * Run a spelling checker over the source code to catch errors in |
| 260 | 264 | variable names, strings, and comments. |
| 261 | 265 | ... | ... |