I'm wondering if it's possible to remove or end versioning of our applications now that we have source control and use GitHub. We started off using versions before we upgraded to Enterprise, and I thought we would no longer need to release new versions when we merged a branch to main, but it seems we still do.
Is there anyway to kind of "end" using versions on our apps now that we are using branches?
As long as we don't change versions, this current working version is live. However, because versioning is disabled at this point, if we were to go revert to any version (including the v0.2.0), we would lose all updates made since we unpublished it.
On the other hand, if v0.1.1 was the last published version: