Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

electron-release

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-release

Publish a new release of your app to Github.

  • 2.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Electron-release js-standard-style Build Status

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

Install

npm install -g electron-release

What it does

  1. Zip compresses your .app
  2. Publishes a new release on GitHub with the zip as an asset.
  3. Updates auto_updater.json with the new url (if exists).

Usage

Usage
  $ electron-release
Options
  --app  [Required] The path to the app to compress and upload, separate with `,` (--app=test.app,test.exe).
  --token  [Required] GitHub token to be able to publish the release.
  --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 release. Defaults to --tag
  --output  The .zip output folder. Defaults to same folder as app. separate with `,` (--output=test-app.zip,test-exe.zip).

Tests

npm test

License

MIT

FAQs

Package last updated on 23 Nov 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc