-
-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⚠️ master
branch is now alpha
#1422
Comments
master
branch will be renamed alpha
master
branch is now alpha
Note that the release branch is currently broken, as it tries to fetch the server using the master branch, which does not exist anymore. |
Yes, that should be fixed on Nov 1st when |
See package.json |
Yes, that has already been corrected on |
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
.release
: The official release; example release tag1.0.0
.The text was updated successfully, but these errors were encountered: