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
It would be great if the updater had an option to enable prereleases for users who want to try the latest version of the add-on and are willing to test and risk a little bit. It would help the add-on developers to follow the RERO philosophy: Release early, release often.
I have implemented this for BlenderKit add-on where we wanted to improve the quality of the add-on and make it as easy as possible for the users to update to alpha, beta releases. TBH it works quite nice and I am happy with that - from 160k downloads on normal release we have 1k downloads on alphas. This base of users who helps us by using the prereleases is great.
How it could work is:
currently in the updater you can define strings which if contained in the branch/release/tag means this release is ignored
the prereleases update give option to users to easily ignore this check, so they can update do prereleases
I would like to create a PR from the edits as I believe it could be useful for other add-on creators and users. Please let me know if this is something which seems good to you.
The text was updated successfully, but these errors were encountered:
That should be doable, i remember i added the option to add releases. If that is enabled in the addon you can actually pick a release yourself. I think it can actually do what you want. See this link; #24 (comment)
It looks like this in the addon
You need to enable this in the addon part if you want to add it
I'm going to close this as the suggestions by @schroef are on the right track, and any such implementation will be quite specific to naming conventions/flows that a given addon developer would want. If there's still questions, just chime back in on this thread!
It would be great if the updater had an option to enable prereleases for users who want to try the latest version of the add-on and are willing to test and risk a little bit. It would help the add-on developers to follow the RERO philosophy: Release early, release often.
I have implemented this for BlenderKit add-on where we wanted to improve the quality of the add-on and make it as easy as possible for the users to update to alpha, beta releases. TBH it works quite nice and I am happy with that - from 160k downloads on normal release we have 1k downloads on alphas. This base of users who helps us by using the prereleases is great.
How it could work is:
I would like to create a PR from the edits as I believe it could be useful for other add-on creators and users. Please let me know if this is something which seems good to you.
The text was updated successfully, but these errors were encountered: