Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1007 Bytes

DEVELOPMENT.md

File metadata and controls

20 lines (15 loc) · 1007 Bytes

Requirements

Node.js 8.x. Older versions might work, newer versions are known to have problems running the Gulp tasks.

Build status

Build Status Build status

Making a release

  • Run npm version patch (or minor or major)
  • Run git push origin master --tags
  • Wait for the CI builds to complete (AppVeyor, Travis CI)
  • Go to GitHub releases
  • Add release notes and publish release
  • Run npm version prerelease
  • Run git push origin master --tags
  • Update the website with git checkout gh-pages && make update-readme update-and-push && git checkout master