You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to switch the default branch name from master to main for all gridscale Open Source projects including this repository.
This involves:
Switching the default branch name here on GitHub
Updating all references of the master branch name in GH Actions and other CI/CD pipelines and scripts
Giving contributors a bit of info on how to update their remotes in their local copies of the repo
Would be nice to do this coordinated and in "one go" so that contributors are not surprised by inconsistent naming or repositories not having switched yet. If you want to help out here contact @bkircher
The text was updated successfully, but these errors were encountered:
Not too many places where master is referenced directly. Excluding everthing in .git these are all hits:
master % rg master
release-checklist.md
5:On master branch:
CONTRIBUTING.md
9:* Development is based on the `master` branch.
10:* Releases are cut from the `master` branch and tagged.
master % rg master .*
.github/workflows/go.yml
5: branches: [master]
7: branches: [master]
master %
We want to switch the default branch name from master to main for all gridscale Open Source projects including this repository.
This involves:
Would be nice to do this coordinated and in "one go" so that contributors are not surprised by inconsistent naming or repositories not having switched yet. If you want to help out here contact @bkircher
The text was updated successfully, but these errors were encountered: