Skip to content

Commit 535492d

Browse files
Stewart X Addisonitaloacasas
Stewart X Addison
authored andcommitted
doc: clarify msg when doc/api/cli.md not updated
PR-URL: #10872 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Italo A. Casas <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7af03ba commit 535492d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ PKGDIR=out/dist-osx
504504
release-only:
505505
@if [ "$(DISTTYPE)" != "nightly" ] && [ "$(DISTTYPE)" != "next-nightly" ] && \
506506
`grep -q REPLACEME doc/api/*.md`; then \
507-
echo 'Please update Added: tags in the documentation first.' ; \
507+
echo 'Please update REPLACEME in Added: tags in doc/api/*.md (See doc/releases.md)' ; \
508508
exit 1 ; \
509509
fi
510510
@if [ "$(shell git status --porcelain | egrep -v '^\?\? ')" = "" ]; then \

0 commit comments

Comments
 (0)