We use semantic-release to fully automate package publishing.
Every successful continuous integration build of the master branch is analyzed and
new version with tag next
will be published if fix
, feat
or BREAKING CHANGE
detected.
To add wiki
upstream:
git remote add wiki [email protected]:electron-userland/electron-builder.wiki.git
To sync: yarn update-wiki
All typings are added into root package.json
to avoid duplication errors in the IDE compiler (several node.d.ts
files).