@mahnunchik/publisher-github
TypeScript icon, indicating that this package has built-in type declarations

6.4.2 • Public • Published

publisher-github

Changes from pull request applied https://github.com/electron/forge/pull/1761

@electron-forge/publisher-github publishes all your artifacts to GitHub releases, this allows your users to download the files straight from your repository or if your repository is open source you can use update.electronjs.org and get a free hosted update service.

Configuration options are documented in PublisherGithubConfig.

module.exports = {
  // ...
  publishers: [
    {
      name: '@electron-forge/publisher-github',
      config: {
        repository: {
          owner: 'me',
          name: 'awesome-thing'
        },
        prerelease: true
      }
    }
  ]
};

Readme

Keywords

none

Package Sidebar

Install

npm i @mahnunchik/publisher-github

Weekly Downloads

31

Version

6.4.2

License

MIT

Unpacked Size

30.1 kB

Total Files

18

Last publish

Collaborators

  • mahnunchik