Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 558 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 558 Bytes

Contributing

Git Branch Workflow

This project adheres to GitHub Flow.

Development

Using Test Host (Not for customers)

To set configuration values (apiOrigin, JWT Issuer) to those matching the test environment, set

process.env.ONEBLINK_SDK_ENVIRONMENT = 'test'

before you import the SDK

Release Process

  1. Checkout master

    git checkout master
    
  2. Get the latest code

    git pull
    
  3. Start the release process

    npm run release