From 7ba78ef632d9cc2cc7d6b7ac8450f10d531f9df9 Mon Sep 17 00:00:00 2001 From: Yourim Cha <81357083+chacha912@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:32:34 +0900 Subject: [PATCH] Update MAINTAINING.md (#887) 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. --- MAINTAINING.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MAINTAINING.md b/MAINTAINING.md index cbbd0bfe5..f9a9acd3d 100644 --- a/MAINTAINING.md +++ b/MAINTAINING.md @@ -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.