feat(version): resolve the version from a generated module
A checkout carries no version of its own. The release stamps hermes_cli/_version.py into the build tree, and a tree without it reports 0.0.0 rather than a number read out of git.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -7,6 +7,8 @@
|
||||
/_pycache/
|
||||
*.pyc*
|
||||
__pycache__/
|
||||
# Generated by the release into the build tree; a checkout never carries one.
|
||||
hermes_cli/_version.py
|
||||
act/
|
||||
.act-sandbox-agent.*
|
||||
.venv/
|
||||
|
||||
Reference in New Issue
Block a user