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 c2d7090 commit b86843aCopy full SHA for b86843a
Makefile
@@ -473,7 +473,7 @@ PKGDIR=out/dist-osx
473
release-only:
474
@if [ "$(DISTTYPE)" != "nightly" ] && [ "$(DISTTYPE)" != "next-nightly" ] && \
475
`grep -q REPLACEME doc/api/*.md`; then \
476
- echo 'Please update Added: tags in the documentation first.' ; \
+ echo 'Please update REPLACEME in Added: tags in doc/api/*.md (See doc/releases.md)' ; \
477
exit 1 ; \
478
fi
479
@if [ "$(shell git status --porcelain | egrep -v '^\?\? ')" = "" ]; then \
0 commit comments