We are streamlining our release process and are removing the beta branch. It will be replaced with a new beta tag that will always point to the latest beta version.
What does this mean for you? If your Discourse instance is currently tracking the beta branch, then you’ll be prompted to rebuild your Docker container on the command line to pick up this change:
cd /var/discourse
git pull
./launcher rebuild app
Afterwards, everything should work as it did before as all involved components have already been updated to support the new beta tag.
Hosted by us? Then there’s no need to worry. This change will not affect your site.
When I built my production site a few weeks ago, I followed the standard instructions to build a new site and what I got was the beta branch. So how do I switch to the the passed tests branch?