Socket
Socket
Sign inDemoInstall

electron-publish-release

Package Overview
Dependencies
158
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    electron-publish-release

Publish a new release of your app to Github.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
15.8 MB
Created
Weekly downloads
 

Readme

Source

Electron-publish-release js-standard-style

Publish a new release of your app to Github. Should be used togheter with: electron-gh-releases.

Install

npm install -g electron-publish-release

Usage

Usage
  $ electron-release
Options
  --app  [Required] The path to the .app to compress and upload.
  --token  [Required] Github token to be able to publish the relase.
  --tag  The git tag connected to the release, needs to be semver. Defaults to version in package.json
  --repo  The github repo in the following format: "username/reponame". Defaults to repository.url in package.json
  --name  The name of the relase. Defaults to --tag
  --output  The .zip output folder. Defaults to same folder as .app

Tests

npm test

License

MIT

FAQs

Last updated on 17 Sep 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc