0
Fork 0
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:
Loïc Hoguin 2024-01-17 12:55:52 +01:00
parent 5fe1be7007
commit cff9938a66
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -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:; \