ginga icon indicating copy to clipboard operation
ginga copied to clipboard

Rename ORIGIN branch name

Open ejeschke opened this issue 2 years ago • 2 comments

Following the lead of many other projects, change the name of "master" branch to "main".

ejeschke avatar Jun 17 '22 23:06 ejeschke

@pllim, you are more in touch with the CI integration than I am. I will need your help on this. Shall we take a stab at this for release 4.0 or wait for 4.1?

ejeschke avatar Aug 26 '22 02:08 ejeschke

Should not be hard to do for v4.0. ~Two~ Three main things:

  1. grep for mentions of master in this repo and change to main.
  2. If you mention master in your github.io stuff, you need to change that too.
  3. Go into RTD admin and change the default branch from master to main but only do this after GitHub change has happened.

pllim avatar Aug 26 '22 16:08 pllim