doc: clarify msg when doc/api/cli.md not updated
PR-URL: https://github.com/nodejs/node/pull/10872 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
d4464241d7
commit
2a295bc53b
2
Makefile
2
Makefile
@ -504,7 +504,7 @@ PKGDIR=out/dist-osx
|
||||
release-only:
|
||||
@if [ "$(DISTTYPE)" != "nightly" ] && [ "$(DISTTYPE)" != "next-nightly" ] && \
|
||||
`grep -q REPLACEME doc/api/*.md`; then \
|
||||
echo 'Please update Added: tags in the documentation first.' ; \
|
||||
echo 'Please update REPLACEME in Added: tags in doc/api/*.md (See doc/releases.md)' ; \
|
||||
exit 1 ; \
|
||||
fi
|
||||
@if [ "$(shell git status --porcelain | egrep -v '^\?\? ')" = "" ]; then \
|
||||
|
Loading…
x
Reference in New Issue
Block a user