mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-20 16:00:26 +00:00
Add freshmeat file release check.
This commit is contained in:
parent
9394bcd84e
commit
1a3a10bf5a
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -131,6 +131,9 @@ releasecheck: check
|
|||
@if egrep -i "xx\.|xxxx|\.xx" doc/changelog.txt > /dev/null; then \
|
||||
echo "Could not release: edit doc/changelog.txt release date"; false; \
|
||||
fi
|
||||
@if ! grep "Version: $(VERSION)" linkchecker.freshmeat > /dev/null; then \
|
||||
echo "Could not release: edit linkchecker.freshmeat version"; false; \
|
||||
fi
|
||||
# $(MAKE) -C doc test
|
||||
|
||||
.PHONY: sign_distfiles
|
||||
|
|
|
|||
Loading…
Reference in a new issue