Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 548 Bytes

MAINTAINING.md

File metadata and controls

12 lines (10 loc) · 548 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 upstream https://github.com/electron-userland/electron-builder.wiki.git

To sync: npm run update-wiki