Open zengmao opened 7 months ago
I think PkgTemplates is doing everything it can on this side:
The problem is likely further upstream, maybe libgit2 is still using master
as default?
I always use PkgTemplates via the interactive generate()
process. FTR all of my new packages get main
instead of master
for a long time now. Not that I care.
When generating a new package folder interactively, you need to manually change the default branch from
master
tomain
to comply with GitHub's current default (the latter). This needs to be updated.