Skip to content
This repository was archived by the owner on Aug 10, 2018. It is now read-only.

Repository management

templth edited this page Nov 22, 2012 · 3 revisions

Git

How to create and tag a new version:

git tag

git push --tag

NPM

How to publish a new version:

npm publish

(from the target folder regarding Node)

Clone this wiki locally