Is there anything akin to a branch?

Hi,

I want to add some new features to the core components of my app, but it will take a while to develop these features. In the meantime, the app is live and I may need to fix bugs.

Is there a way I can build the new features in a separate branch so that, when I deploy bug fixes to prod, only the bug fixes are deployed but not the new feature under development?

Thanks.

Create a new Development version… (note you can only do that on Professional plans or above)

got it. is that the same as “create a new version”?

image

Yep, that’s how you do it.

cool, thanx a lot. problem solved.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.