1.0.1 • Published 9 years ago

electron-publish-release v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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