Is your feature request related to a problem? Please describe.
How do we handle the final installation once we leave the alpha stage? The URL pointing to the /master/ GitHub branch always loads master, not a release/stable tag—how should we do this?
How can we still allow users to load master to test development versions?
Which options do we have?
Describe the solution you'd like
We should have something like stable versions and by default only this versions are loaded with update. For testing we should have a path to allow load any branch (master, feature/xxx, etc.)
Is your feature request related to a problem? Please describe.
How do we handle the final installation once we leave the alpha stage? The URL pointing to the /master/ GitHub branch always loads master, not a release/stable tag—how should we do this?
How can we still allow users to load master to test development versions?
Which options do we have?
Describe the solution you'd like
We should have something like stable versions and by default only this versions are loaded with update. For testing we should have a path to allow load any branch (master, feature/xxx, etc.)