ory / sdk

The place where ORY's SDKs are being auto-generated
Apache License 2.0
141 stars 85 forks source link

Keto Client Repos Default Branch is `main`, but code is on `master` #193

Closed halostatue closed 2 years ago

halostatue commented 2 years ago

Preflight checklist

Describe the bug

I’m looking through the generated clients to better understand the Ory projects, and the keto-client-* repos appeared to be empty except for LICENSE files.

The default branch has been set to main, but the generated client code is checked into master.

This appears to be a configuration issue, and since this repo is the one that generates the SDKs, I figured this is the right place to report this, rather than reporting an issue on each client. The easiest fix is to change the default branch on each of the target repos; the likely correct fix (since the default branch for new repos on GitHub is main) is to set the target branch to be configurable.

Reproducing the bug

Visually compare https://github.com/ory/keto-client-js/tree/main to https://github.com/ory/keto-client-js/tree/master.

Relevant log output

No response

Relevant configuration

No response

Version

n/a

On which operating system are you observing this issue?

No response

In which environment are you deploying?

No response

Additional Context

No response

aeneasr commented 2 years ago

Awesome analysis! I have changed the branch to master :)