mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-12-22 13:01:30 +03:00
commit
76d5d2f77a
@ -73,10 +73,6 @@ x-task-prerelease-check: &task-prerelease-check
|
|||||||
echo "missing package version in README.markdown" >&2
|
echo "missing package version in README.markdown" >&2
|
||||||
fail=true
|
fail=true
|
||||||
fi
|
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
|
if git grep -q unreleased "$PACKAGE"; then
|
||||||
echo "'unreleased' appears in source" >&2
|
echo "'unreleased' appears in source" >&2
|
||||||
fail=true
|
fail=true
|
||||||
|
Loading…
Reference in New Issue
Block a user