Skip to content
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 #7639

Closed
mtrezza opened this issue Oct 17, 2021 · 0 comments
Closed

⚠️ master branch is now alpha #7639

mtrezza opened this issue Oct 17, 2021 · 0 comments
Labels
type:meta Non-code issue

Comments

@mtrezza
Copy link
Member

mtrezza commented Oct 17, 2021

⚠️ New branch model

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:

    git branch -m master alpha
    git fetch origin
    git branch -u origin/alpha alpha
    git remote set-head origin -a
    
  • 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, replacing master; example release tag 1.0.0-alpha.1.
  • beta: The branch to mature before making an official release; example release tag 1.0.0-beta.1.
  • release: The official release; example release tag 1.0.0.
@mtrezza mtrezza pinned this issue Oct 17, 2021
@mtrezza mtrezza changed the title ⚠️ master branch will be renamed to alpha ⚠️ master branch will be renamed alpha Oct 17, 2021
@mtrezza mtrezza added the type:meta Non-code issue label Oct 17, 2021
@mtrezza mtrezza changed the title ⚠️ master branch will be renamed alpha ⚠️ master branch is now alpha Oct 26, 2021
@mtrezza mtrezza mentioned this issue Oct 31, 2021
18 tasks
@mtrezza mtrezza unpinned this issue Nov 3, 2021
@mtrezza mtrezza closed this as completed Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:meta Non-code issue
Projects
None yet
Development

No branches or pull requests

1 participant