mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-12-22 13:01:30 +03:00
Fix prerelease check
This commit is contained in:
parent
7f22eec6f0
commit
9c58048d0d
@ -73,10 +73,6 @@ x-task-prerelease-check: &task-prerelease-check
|
||||
echo "missing package version in README.markdown" >&2
|
||||
fail=true
|
||||
fi
|
||||
if ! grep -q -E "${PACKAGE}.*${ver}" doc/getting_started.rst; then
|
||||
echo "missing package version in doc/getting_started.rst" >&2
|
||||
fail=true
|
||||
fi
|
||||
if git grep -q unreleased "$PACKAGE"; then
|
||||
echo "'unreleased' appears in source" >&2
|
||||
fail=true
|
||||
|
Loading…
Reference in New Issue
Block a user