RealityStop / Bolt.Addons.Community

A community-driven project for extending Unity Bolt
MIT License
251 stars 34 forks source link

Inconsistent version naming #71

Open bdovaz opened 4 months ago

bdovaz commented 4 months ago

Right now the package.json file points to version 4.0.5:

https://github.com/RealityStop/Bolt.Addons.Community/blob/9da87745deb2a3ca035022e97cbcaddaa77a817c/package.json#L3

But instead in the tags the latest version is v3.2 (there is no 4.x):

https://github.com/RealityStop/Bolt.Addons.Community/releases

Apart from the inconsistency itself, having an integration in openupm, it generates more problems because it does not even discover new versions:

https://openupm.com/packages/dev.bolt.addons/?subPage=versions

Edit: related issue https://github.com/RealityStop/Bolt.Addons.Community/issues/30