Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8a7c5fd

Browse filesBrowse files
bnoordhuisMyles Borins
authored andcommitted
build: add REPLACEME tag for version info in docs
Add a `REPLACEME` tag that should be used when introducing docs for new features, so that they can be updated when releases are made. Ref: #6578 PR-URL: #6864 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent d50f169 commit 8a7c5fd
Copy full SHA for 8a7c5fd

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,10 @@ PACKAGEMAKER ?= /Developer/Applications/Utilities/PackageMaker.app/Contents/MacO
425425
PKGDIR=out/dist-osx
426426

427427
release-only:
428+
@if `grep -q REPLACEME doc/api/*.md`; then \
429+
echo 'Please update Added: tags in the documentation first.' ; \
430+
exit 1 ; \
431+
fi
428432
@if [ "$(shell git status --porcelain | egrep -v '^\?\? ')" = "" ]; then \
429433
exit 0 ; \
430434
else \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.