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 #1833

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

⚠️ master branch is now alpha #1833

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

Comments

@mtrezza
Copy link
Member

mtrezza commented Oct 6, 2021

⚠️ New branch model

The master branch of this repository has been renamed alpha, which is 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, 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 added the type:meta Non-code issue label Oct 6, 2021
@mtrezza mtrezza pinned this issue Oct 6, 2021
@mtrezza mtrezza changed the title ⚠️ "master" branch is now "alpha" ⚠️ master branch is now alpha Oct 6, 2021
@mtrezza mtrezza unpinned this issue Dec 6, 2021
@mtrezza mtrezza closed this as completed Oct 4, 2022
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