-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We've changed the rest of the core Sass team's repos to use main as their default branch, but changing it for this repository is particularly tricky because Homebrew uses Git as part of its infrastructure and will be broken if we just get rid of master entirely (see Homebrew/brew#7746). I'm not super comfortable with the solution proposed in Homebrew/brew#7746 (comment) of leaving a fake formula in the old branch, but we can follow the general principle by:
- Making
mainthe new default branch. - Adding a GitHub action to update
masterevery timemaingets a new commit. - (Optionally) adding a note to
masterindicating that users should move off of it and ontomaininstead.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request