-
Is your idea related to a problem?When users install a test build with a preliminary version of Describe your ideaChanging the release cycle to only release even numbered patch releases: 24.12.0, 24.12.2, 24.12.4, etc. and reserve the odd numbers for test builds. After each release, we bump the version to an odd numbered version (24.12.1, 24.12.3, etc.). Then users might be asked to install the odd numbered test build or they install it themselves (it's publicly available). And when we're ready for the next release, instead of releasing the odd numbered version, we bump the version again to an even number. This will help end-users to always correctly update to official releases when available, it will help us to differentiate users running test builds / official releases and it will help organize Sentry data into test vs. official releases/issues. Describe alternatives you've consideredAlternatively, we can also bump the version after a release to a beta release (e.g. Additional contextNo response Confirmations
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@sircharlo, what do you think? |
Beta Was this translation helpful? Give feedback.
I've re-introduced the beta release workflow. I'll implement an advanced setting to automatically receive these beta updates another time.