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 7af03ba commit 535492dCopy full SHA for 535492d
Makefile
@@ -504,7 +504,7 @@ PKGDIR=out/dist-osx
504
release-only:
505
@if [ "$(DISTTYPE)" != "nightly" ] && [ "$(DISTTYPE)" != "next-nightly" ] && \
506
`grep -q REPLACEME doc/api/*.md`; then \
507
- echo 'Please update Added: tags in the documentation first.' ; \
+ echo 'Please update REPLACEME in Added: tags in doc/api/*.md (See doc/releases.md)' ; \
508
exit 1 ; \
509
fi
510
@if [ "$(shell git status --porcelain | egrep -v '^\?\? ')" = "" ]; then \
0 commit comments