Skip to content

Publishing

Simon Warta edited this page Nov 4, 2018 · 3 revisions

Make a tagged release without pushing to npm

npm version [<newversion> | major | minor | patch]
git push && git push --tags

This updates the version in package.json and creates a git tag. Travis will build the tag and upload a tagged version to docker hub.

Clone this wiki locally