Fix prerelease check

This commit is contained in:
Michael Walker 2024-12-11 21:51:49 +00:00
parent 7f22eec6f0
commit 9c58048d0d
No known key found for this signature in database

View File

@ -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