Skip to content

Commit 0e051f9

Browse files
committed
docs/maintainer-guide.txt: add "make -j 8 distcheck-completeness" into the mix
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 26776a7 commit 0e051f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/maintainer-guide.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ VERSION_FORCED_SEMVER:NUT_VERSION_FORCED_SEMVER='2.8.3'
259259
--enable-warnings --enable-Werror --enable-maintainer-mode && \
260260
make -j 8 all && \
261261
make -j 8 spellcheck && \
262-
make -j 8 distcheck
262+
make -j 8 distcheck && \
263+
make -j 8 distcheck-completeness
263264
----
264265
* create an annotated GPG-signed tag v<incremented version> (ex: `v2.8.0-rc1`):
265266
+

0 commit comments

Comments
 (0)