Skip to content

Commit

Permalink
Merge pull request #419 from barrucadu/fix
Browse files Browse the repository at this point in the history
Fix prerelease check
  • Loading branch information
barrucadu authored Dec 11, 2024
2 parents 7f22eec + 9c58048 commit 76d5d2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions concourse/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76d5d2f

Please sign in to comment.