From 535492d321fe44c25af8579ab8b794127f9ec635 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 7cd85983708fbd..394d3b913af82c 100644 --- a/Makefile +++ b/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 \