getting a bug from backslashes
This commit is contained in:
parent
bebd13fea8
commit
f9643bfa65
12
.github/scripts/check_version_has_incremented.py
vendored
12
.github/scripts/check_version_has_incremented.py
vendored
@ -1,24 +1,14 @@
|
|||||||
"""
|
"""
|
||||||
checks local verions against published verions.
|
checks local versions against published versions.
|
||||||
|
|
||||||
# Usage:
|
# Usage:
|
||||||
|
|
||||||
Unix:
|
|
||||||
python .github/scripts/check_version_has_incremented.py js ./apps/js-sdk/firecrawl @mendable/firecrawl-js
|
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
|
Local version: 0.0.22
|
||||||
Published version: 0.0.21
|
Published version: 0.0.21
|
||||||
true
|
true
|
||||||
|
|
||||||
Unix:
|
|
||||||
python .github/scripts/check_version_has_incremented.py python ./apps/python-sdk/firecrawl firecrawl-py
|
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
|
Local version: 0.0.11
|
||||||
Published version: 0.0.11
|
Published version: 0.0.11
|
||||||
false
|
false
|
||||||
|
Loading…
Reference in New Issue
Block a user