mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10:24 +00:00
Show links in README in make prepare_tag
This commit is contained in:
parent
5fe1be7007
commit
cff9938a66
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -101,6 +101,9 @@ prepare_tag:
|
|||
$(verbose) echo -n "GUIDE: "
|
||||
$(verbose) grep -h dep_$(PROJECT)_commit doc/src/guide/*.asciidoc || true
|
||||
$(verbose) echo
|
||||
$(verbose) echo "Links in the README:"
|
||||
$(verbose) grep http.*:// README.asciidoc
|
||||
$(verbose) echo
|
||||
$(verbose) echo "Titles in most recent CHANGELOG:"
|
||||
$(verbose) for f in `ls -r doc/src/guide/migrating_from_*.asciidoc | head -n1`; do \
|
||||
echo $$f:; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue