From e8573c4693de92fc1045eef969cae8f3064a9910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Tue, 23 May 2017 11:55:13 +0100 Subject: [PATCH] build: don't require 'Added' tags for test builds --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5c9beb48c94bac..784eb9cfe9ef29 100644 --- a/Makefile +++ b/Makefile @@ -663,6 +663,7 @@ PKGDIR=out/dist-osx release-only: @if [ "$(DISTTYPE)" != "nightly" ] && [ "$(DISTTYPE)" != "next-nightly" ] && \ + [ "$(shell echo $(CUSTOMTAG) | cut -c-4)" != "test" ] && \ `grep -q REPLACEME doc/api/*.md`; then \ echo 'Please update REPLACEME in Added: tags in doc/api/*.md (See doc/releases.md)' ; \ exit 1 ; \