Hey! Given that there are naming rules enforced for uploading and updating addons, I’m trying to figure out the best approach for custom studio-specific addons.
Currently, new custom addons are named like: core 1.4.0+dev
If I upload an addon with the same name but different code, it replaces the existing one on all client machines? I think “No”
Is there a way to:
Use a secondary prefix or suffix (e.g., studio-specific tag) when creating a tag?
Version custom addons in a way that avoids conflict with official ones?
Looking for a clean strategy for studio-specific addon management
About the - vs + .
The thing is that according to semver, versions with - are considered older than versions without -.
Additionally, values after + in the name are considred metadata, and it doesn’t represent if the version is older or newer. but I think AYON should consider them when sorting the available addons in versions drop down menu in bundle settings.