Skip to content

Commit 2758906

Browse files
author
Stewart X Addison
committed
doc: clarify msg when doc/api/cli.md not updated
1 parent 55c42bc commit 2758906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

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

0 commit comments

Comments
 (0)