Skip to content

Commit 854c8b5

Browse files
committed
updt readme
1 parent d497dcd commit 854c8b5

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,21 @@ This package provides a true ESM (EcmaScript Module) build of the [Monaco Editor
3939
- Some features may require additional configuration for web workers. See Monaco Editor documentation for details.
4040
- The ESM build is not guaranteed to be 100% compatible with all Monaco Editor plugins or extensions.
4141

42+
### Updating to a New Monaco Editor Release
43+
44+
When a new version of Monaco Editor is released, update this package by running the `update-monaco` GitHub Actions workflow:
45+
46+
1. Go to the **Actions** tab in your GitHub repository.
47+
2. Select the **Update Monaco Editor** workflow.
48+
3. Click **Run workflow** to trigger the update process.
49+
50+
This workflow will:
51+
- Install the latest Monaco Editor version
52+
- Update the package version
53+
- Rebuild the ESM and CSS outputs
54+
- Commit, tag, and (if configured) create a GitHub release for the new version
55+
56+
After the workflow completes, verify the changes and publish the package if needed.
57+
4258
### License
4359
MIT

0 commit comments

Comments
 (0)