Merge pull request #419 from barrucadu/fix

Fix prerelease check
This commit is contained in:
Michael Walker 2024-12-11 22:11:49 +00:00 committed by GitHub
commit 76d5d2f77a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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