@electron-forge/publisher-bitbucket
TypeScript icon, indicating that this package has built-in type declarations

7.4.0 • Public • Published

Electron Forge: publisher-bitbucket

@electron-forge/publisher-bitbucket publishes your artifacts 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.

Configuration options are documented in PublisherBitbucketConfig.

module.exports = {
  // ...
  publishers: [
    {
      name: '@electron-forge/publisher-bitbucket',
      config: {
        repository: {
          owner: 'myusername',
          name: 'myreponame'
        },
        auth: {
          username: 'myusername',
          appPassword: 'mysecretapppassword'
        }
      }
    }
  ]
};

Alternatively you can (and should) use environment variables for the authentication

# env.sh
BITBUCKET_USERNAME="myusername"
BITBUCKET_APP_PASSWORD="mysecretapppassword"
source env.sh

Readme

Keywords

none

Package Sidebar

Install

npm i @electron-forge/publisher-bitbucket

Weekly Downloads

46

Version

7.4.0

License

MIT

Unpacked Size

17.6 kB

Total Files

11

Last publish

Collaborators

  • vertedinde
  • georgexu99
  • erickzhao
  • malept
  • marshallofsound