Skip to content

Commit e8573c4

Browse files
committed
build: don't require 'Added' tags for test builds
1 parent a94b98e commit e8573c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ PKGDIR=out/dist-osx
663663

664664
release-only:
665665
@if [ "$(DISTTYPE)" != "nightly" ] && [ "$(DISTTYPE)" != "next-nightly" ] && \
666+
[ "$(shell echo $(CUSTOMTAG) | cut -c-4)" != "test" ] && \
666667
`grep -q REPLACEME doc/api/*.md`; then \
667668
echo 'Please update REPLACEME in Added: tags in doc/api/*.md (See doc/releases.md)' ; \
668669
exit 1 ; \

0 commit comments

Comments
 (0)