Bitbucket
The Bitbucket publish target allows you to publish your artifacts directly to Bitbucket where users will be able to download them.
This publish target is for Bitbucket Cloud only and will not work with self hosted Bitbucket Server instances.
Installation
Usage
To use @electron-forge/publisher-bitbucket
, add it to the publishers
array in your Forge configuration:
forge.config.js
Full configuration options are documented in PublisherBitbucketConfig
.
Your artifacts can be found under the Downloads
tab of your Bitbucket repository.
Last updated