Skip to content

Releasing a new version

Martijn Russchen edited this page Feb 2, 2016 · 6 revisions
  • Go to the master branch
  • Run npm version patch (instead of patch you could also use minor, or major)
  • Push the version bump and tags git push; git push --tags
  • To publish the NPM package, run npm publish
  • Create a new Github release based on the Git tag you've created and add your changes to the change log.
Clone this wiki locally