From b86843a463f2f5aa743e713cc276391e5b5ade3a Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Wed, 18 Jan 2017 12:53:04 +0000 Subject: [PATCH] doc: clarify msg when doc/api/cli.md not updated PR-URL: https://github.com/nodejs/node/pull/10872 Reviewed-By: Gibson Fahnestock Reviewed-By: Italo A. Casas Reviewed-By: Timothy Gu Reviewed-By: James M Snell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7d3eabfe3..d6db3878d7 100644 --- a/Makefile +++ b/Makefile @@ -473,7 +473,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 \