Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Update default branches during creation of new release branch #86

Open
ahaeslich opened this issue Jan 23, 2023 · 0 comments
Open
Labels

Comments

@ahaeslich
Copy link
Member

As we don't use a master/main branch anymore the default branches should be switched during creation of the branches. The github api already supports this: https://docs.github.com/de/rest/repos/repos?apiVersion=2022-11-28#update-a-repository

Questions:

  • Should this setting be editable to support the creation of new branches for e.g. a next major version which might not be the direct next release?
  • Should we split this feature up into a separate script/job to enable it's usage to simply change the default_branch afterwards? The use case i'm thinking of is the Neos 9 release. We already have the branches in some repositories and it would be quite handy if we could switch multiple repositories at once at some point in the future.

This change might also be needed in neos/flow-development-distribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant