Skip to content

Commit

Permalink
build: don't require 'Added' tags for test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocgreis committed May 28, 2017
1 parent a94b98e commit e8573c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ; \
Expand Down

0 comments on commit e8573c4

Please sign in to comment.