You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm run build:osx
npm run build:win
npm run build:linux
npm run build:all
Build & publish a new release
# Increment the version number in package.json first# Note that the version tag needs to start with `v` in order for CI to trigger a new build
git commit -am "<VERSION_NUMBER>"
git tag <VERSION_NUMBER>
git push
git push --tags
# Github will trigger a build. A draft release will be created for review