Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 322 Bytes

RELEASE.md

File metadata and controls

10 lines (9 loc) · 322 Bytes

Releasing Device OS Test Runner

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