dev branch?
#1699
Replies: 1 comment 8 replies
-
The problem is how do we incentivise a stable user population to use the dev version of the extension and catch bugs. If we don't have a big enough population actively using the extension, the bug may still not be caught before releasing into main. I think instead of doing a dev branch, we should offer a way to easily go back to previous "stable version". So that if something breaks in the newest commit, the user always have a fallback. In Chrome, there is a mechanism that if consistent crash is monitored after the push of an update, it will try to fallback to the version before the update. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instead of merging PRs directly to main, it could make a smoother transition to merge to an intermediate dev branch so that more people have the chance to test new releases before they are published to the main branch.
This was discussed previously here: #604
Beta Was this translation helpful? Give feedback.
All reactions