Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 629 Bytes

release.md

File metadata and controls

28 lines (17 loc) · 629 Bytes

Release Process

deadbolt is distributed in two ways.

  1. GitHub Releases
  2. Homebrew

TL;DR

$ ./scripts/release.sh and then update the URLs in the Homebrew taps repo.

Create macOS App

$ npm run preelectron-pack && npm run dist

The macOS installer can be found at dist/deadbolt-x.y.z-mac.zip.

Release on GitHub

  1. Bump the version number in package.json.
  2. Commit and push.
  3. $ ./scripts/github-release.sh

Release on Homebrew

  1. Update URLs in Homebrew taps repo