You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The master branch of this repository will be renamed alpha, becoming the new "default" branch. This is part of release automation to implement pre-releases (alpha, beta) to mature versions before official release.
✔️ Steps
If you have a clone locally or forked remotely, you will need to update your clones according to the GitHub instructions:
The
master
branch of this repository will be renamedalpha
, becoming the new "default" branch. This is part of release automation to implement pre-releases (alpha, beta) to mature versions before official release.✔️ Steps
If you have a clone locally or forked remotely, you will need to update your clones according to the GitHub instructions:
When you open a pull request, make sure to open it against the new
alpha
branch.For any repository you can look into the branch list to find out which branch the default branch is if you are unsure.
🌵Branch model
alpha
: The working branch, replacingmaster
; example release tag1.0.0-alpha.1
.beta
: The branch to mature before making an official release; example release tag1.0.0-beta.1
.release
: The official release; example release tag1.0.0
.The text was updated successfully, but these errors were encountered: