Skip to content

Micro Library Release Process

Dominic Chambers edited this page Sep 14, 2015 · 1 revision

Releasing a new version of one of our micro-libraries (e.g. topiarist or emitr) is as easy as (assumes a patch release in this example):

npm version patch
git push && git push --tags
npm publish

then going to Github and updating the release message.

Clone this wiki locally