Skip to main content

SDK publishing options

The publishing options are used when publishing the SDKs to GitHub with the liblab pr command.

OptionTypeRequiredDefaultDescription
githubOrgstringN/AThe GitHub organization to publish to

githubOrg

Supported SDK languages and versions:

TypeScriptJavaPythonC#GoPHP

The githubOrg setting is used when publishing SDKs to GitHub with the liblab pr command.

note

It's also used in Java SDKs to fill in scm information in the pom.xml file, required when publishing to Maven Central.

{
...
"publishing": {
"githubOrg": "liblab"
}
...
}

In the example above, the SDKs will be published to repos in the liblab GitHub organization, https://github.com/liblab. If this option is missing, the organization will need to be passed to the liblab pr command:

liblab pr --org liblab