We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94b98e commit e8573c4Copy full SHA for e8573c4
Makefile
@@ -663,6 +663,7 @@ PKGDIR=out/dist-osx
663
664
release-only:
665
@if [ "$(DISTTYPE)" != "nightly" ] && [ "$(DISTTYPE)" != "next-nightly" ] && \
666
+ [ "$(shell echo $(CUSTOMTAG) | cut -c-4)" != "test" ] && \
667
`grep -q REPLACEME doc/api/*.md`; then \
668
echo 'Please update REPLACEME in Added: tags in doc/api/*.md (See doc/releases.md)' ; \
669
exit 1 ; \
0 commit comments