Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 614 Bytes

MAINTAINING.md

File metadata and controls

11 lines (8 loc) · 614 Bytes

Maintaining

Releasing a New Version

Updating and Deploying Dashboard

  1. Update version in package.json.
  2. Update REACT_APP_JS_SDK_VERSION in .env.
  3. Update version of Yorkie image in docker/docker-compose.yml.
  4. Check that there are no errors when running the dashboard, and review the sample code for any necessary modifications.
  5. Create Pull Request and merge it into main.