Skip to content

v0.1.1-fc8ac18

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 19:28
fc8ac18
Allow passing a version arg to bypass the dynamic versioning (#20)

* Allow passing a version arg to bypass the dynamic versioning

This added parameter will override the dynamic versioning system if the .git folder is missing. This is very useful when fetching this repo as a tarbar rather than as a clone with tools like niv or through other derivations.

* Added apt-get update to try to fix CI

* Fix a small linting issue