Skip to content
This repository has been archived by the owner on Nov 25, 2018. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 625 Bytes

RELEASE.md

File metadata and controls

17 lines (11 loc) · 625 Bytes

Release Instructions

This project is using TravisCI to automatically publish git tags to npm.

Follow these steps to create a new release:

  1. yarn version – updates the version property in the package.json file and creates a new git commit and tag for the release

  2. git push upstream master --follow-tags – pushes the release commit and tag to the upstream remote

  3. Wait for TravisCI to finish the build, tests and deployment

Note that for yarn version to work properly the version field should not be adjusted manually before the release.