Skip to content

Commit 7c22a52

Browse files
Stewart X AddisonMylesBorins
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 d404d8b commit 7c22a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ PKGDIR=out/dist-osx
511511
release-only:
512512
@if [ "$(DISTTYPE)" != "nightly" ] && [ "$(DISTTYPE)" != "next-nightly" ] && \
513513
`grep -q REPLACEME doc/api/*.md`; then \
514-
echo 'Please update Added: tags in the documentation first.' ; \
514+
echo 'Please update REPLACEME in Added: tags in doc/api/*.md (See doc/releases.md)' ; \
515515
exit 1 ; \
516516
fi
517517
@if [ "$(shell git status --porcelain | egrep -v '^\?\? ')" = "" ]; then \

0 commit comments

Comments
 (0)