Skip to content

Commit

Permalink
Merge pull request #11 from cytopia/release-0.6
Browse files Browse the repository at this point in the history
Fix check against latest version
  • Loading branch information
cytopia committed May 1, 2021
2 parents 4452917 + 3593cfd commit a10791c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ _test-version:
LATEST="$$( \
curl -L -sS https://github.com/PyCQA/pylint/releases/ \
| tac | tac \
| grep -Eo 'PyCQA/pylint/releases/tag/(pylint-)?[.0-9]+"' \
| grep -Eo "PyCQA/pylint/releases/tag/(pylint-)?[.0-9]+" \
| grep -Eo 'PyCQA/pylint/releases/tag/(pylint-)?(v)?[.0-9]+"' \
| grep -Eo "PyCQA/pylint/releases/tag/(pylint-)?(v)?[.0-9]+" \
| sed 's/.*tag\///g' \
| sort -u \
| tail -1 \
Expand Down

0 comments on commit a10791c

Please sign in to comment.