Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 779 Bytes

MAINTAINING.md

File metadata and controls

12 lines (9 loc) · 779 Bytes

Maintaining

Releasing a New Version

Updating and Deploying homepage

  1. Update version in package.json.
  2. Update NEXT_PUBLIC_YORKIE_VERSION, NEXT_PUBLIC_YORKIE_JS_VERSION, and NEXT_PUBLIC_JS_SDK_URL in .env.
  3. Modify Yorkie documentation and add explanations as necessary.
  4. Run npm install and npm run fetch:examples to update the code on the examples page.
  5. Run npm run build and ensure there are no errors.
  6. Create Pull Request and merge it into main.