Closed nielslange closed 4 years ago
@jconroy: I already pushed the trunk
branch to this repo. Due to missing permissions, I wasn't able to define it as default branch and delete the master
branch then. That said, I updated all PRs, and they're now pointing to trunk
.
The master
branch had successfully been replaced with the trunk
branch.
Describe the bug
Automattic is standardizing on
trunk
for the primary(?) branch in repos, to avoid the unfortunate connotations of the termmaster
(see twitter threads for more background: mislav; Una Kravets).The plan is to align Woo and other A8C products to use the name
trunk
(core, extension etc.). This will also align with the direction the WordPress project is taking.Logging an issue for changing this in this repo for visibility of when and how the change happens.
We'll need to update branch protection.
We'll likely use a process similar to:
trunk
branch on a local clone.trunk
to GitHub repo.At this point, the change is made. Anyone working on the repo should now use trunk.
Update any docs to reflect the change as well.
See also: