Releasing Device OS Test Runner Make sure you have the latest master branch: git checkout master git pull Bump the package version: npm version <major|minor|patch> Push the changes and the release tag: git push origin master --follow-tags CI will publish the package to npmjs.org.