Nov 5 · 1 min read
Guys maybe you can help me, I’m struggling with one topic.
Assume we have BETA for a range of users (100 users) and the app is 1.2.0 instead in GO LIVE there is the 1.0.0.
At some point you’ll need to have an hotfix for 1.0.0.
So I fix my code I and I release the fixing but WHERE should I release and test the fix since the beta is already in use from 1.2.0?
Beta include some new features needs to be tested
If I release the hotfix in BETA then I have to promote BETA to GO LIVE but it isn’t correct because BETA include some new features needs to be still tested
