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
Fix issue where HOSTS_VERSION was incompatible with packages not usin…
…g webpack. (#142)
We were setting the HOSTS_VERSION at build time using webpack.
We also want customers who want to use modules/not use our webpack build to be able to do so.
These are incompatible.
To solve this, we are now writing out the version number into source at release time.
This should have the same effect as before, anyone using an NPM release will get a version number, otherwise you will have 'development'.
I tested this in a release in my fork, you can see the overwritten file here in the artifacts: https://github.com/prestomation/amazon-sumerian-hosts/actions/runs/3301290701