1.0.1 • Published 10 years ago
electron-publish-release v1.0.1
Electron-publish-release 
Publish a new release of your app to Github. Should be used togheter with: electron-gh-releases.
Install
npm install -g electron-publish-releaseUsage
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 .appTests
npm testLicense
MIT