0

getting a bug from backslashes

This commit is contained in:
rafaelsideguide 2024-06-06 11:15:27 -03:00
parent bebd13fea8
commit f9643bfa65

View File

@ -1,24 +1,14 @@
"""
checks local verions against published verions.
checks local versions against published versions.
# Usage:
Unix:
python .github/scripts/check_version_has_incremented.py js ./apps/js-sdk/firecrawl @mendable/firecrawl-js
Windows:
python .github\scripts\check_version_has_incremented.py js .\apps\js-sdk\firecrawl @mendable/firecrawl-js
Local version: 0.0.22
Published version: 0.0.21
true
Unix:
python .github/scripts/check_version_has_incremented.py python ./apps/python-sdk/firecrawl firecrawl-py
Windows:
python .github\scripts\check_version_has_incremented.py python .\apps\python-sdk\firecrawl firecrawl-py
Local version: 0.0.11
Published version: 0.0.11
false