You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we change the instructions to make it clear that this overrides the use of _version.py. I was working on a project that had both a _version.py and a a package.json file with version numbers in them. They were out of sync. It appears the _version.py was created when I had to reinstall Hatch because of a python update and hatch-nodejs-version did not also get installed properly.
Using the documentation of this package and Hatch, I was not clear that this completely overrides the standard Hatch use of _version.py, AND (this is what is not clear) uses the nodejs versioning information to maintain the python package version as well.
Any thoughts on how and where this could be clarified?