Closed
Description
UD’s current model is to push new commits to dev, and merge to master twice a year. This often causes confusion: people expect new commits to be at master: they visit treebank’s main page (which is master) to see what’s happening. Instead of news they see a 3-month-old state (on average).
You tell a friend to go and check your updates, and he writes back there aren’t any because you forget to mention he should switch to dev.
What stops us from using a classical model, with stable releases branching out from master? You can even push bugfixes for old releases this way.