Closed
Description
We recently updated our build infrastructure for the SDK. As part of our update, we have changed the repository's default branch from master
to main
. There is also a new main-staging
branch where PRs ready for release must target. PRs merged into main-staging
will be automatically picked up as part of our normal service update. Service update releases happen once most every weekday.
If you have cloned the repository, we recommend checking out the main
branch and the deleting the local master
branch. When creating a PR target main-staging
unless the PR is part of a feature branch.