Skip to content

Publishing

Simon Warta edited this page May 6, 2019 · 1 revision

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