Skip to content

Commit

Permalink
Update MAINTAINING.md (#887)
Browse files Browse the repository at this point in the history
Removed the "Update examples" step from the MAINTAINING.md since the
examples folder now uses the latest source of yorkie-js-sdk, and
example builds are being checked as part of the CI process.
  • Loading branch information
chacha912 authored Aug 22, 2024
1 parent 87c2d49 commit 7ba78ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,3 @@ After creating the release in step 2, click on the `Publish release` button.

When you publish the release in step 4, [GitHub action](https://github.com/yorkie-team/yorkie-js-sdk/blob/main/.github/workflows/npm-publish.yml) will deploy Yorkie JS SDK to [npm](https://www.npmjs.com/package/yorkie-js-sdk).
After that, it will be updated on the [cdn](https://cdnjs.com/libraries/yorkie-js-sdk) after some time.

### 6. Update examples

1. Update the version of `yorkie-js-sdk` in the `package.json` of each project in the [examples](https://github.com/yorkie-team/yorkie-js-sdk/tree/main/examples) folder.
2. Run and build each project, and if an error occurs, fix it.
3. Create a pull request and merge it into the main branch.

0 comments on commit 7ba78ef

Please sign in to comment.