Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 673 Bytes

MAINTAINING.md

File metadata and controls

16 lines (12 loc) · 673 Bytes

Publishing to NPM

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.

Sync wiki

To add wiki upstream:

git remote add wiki git@github.com:electron-userland/electron-builder.wiki.git

To sync: yarn update-wiki

Typings

All typings are added into root package.json to avoid duplication errors in the IDE compiler (several node.d.ts files).