Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 561 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 561 Bytes

Contributing

Git Branch Workflow

This project adheres to GitHub Flow.

Development

During development you will likely not wish to use the OneBlink Production Environment. This can be achieve by setting the ONEBLINK_CLI_ENVIRONMENT variable to the value of the environment you wish to use e.g. test.

Release Process

  1. Checkout master

    git checkout master
    
  2. Get the latest code

    git pull
    
  3. Start the release process

    npm run release