We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330c8d7 commit 6aa5896Copy full SHA for 6aa5896
Makefile
@@ -662,8 +662,7 @@ PACKAGEMAKER ?= /Developer/Applications/Utilities/PackageMaker.app/Contents/MacO
662
PKGDIR=out/dist-osx
663
664
release-only:
665
- @if [ "$(DISTTYPE)" != "nightly" ] && [ "$(DISTTYPE)" != "next-nightly" ] && \
666
- `grep -q REPLACEME doc/api/*.md`; then \
+ @if [ "$(DISTTYPE)" == "release" ] && `grep -q REPLACEME doc/api/*.md`; then \
667
echo 'Please update REPLACEME in Added: tags in doc/api/*.md (See doc/releases.md)' ; \
668
exit 1 ; \
669
fi
0 commit comments