interface PublisherBitbucketConfig {
    auth: BitbucketAuth;
    replaceExistingFiles?: boolean;
    repository: BitbucketRepository;
}

Properties

auth: BitbucketAuth

User details for uploading releases

replaceExistingFiles?: boolean

If true, will replace an existing files of the same name (will throw an error otherwise).

repository: BitbucketRepository

Details that identify your repository (name and owner)